Changeset 670


Ignore:
Timestamp:
Feb 27, 2008, 2:06:59 AM (16 years ago)
Author:
presbrey
Message:
SNI certificate stuff; someone else's LVS stuff
Location:
noc/nagios
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/hostgroups.cfg

    r430 r670  
    88        hostgroup_name  scripts-https
    99        alias   SSL servers
    10         members scripts,scripts-cert
     10        members scripts,scripts-cert,wildcard.scripts
    1111}
    1212
     
    5050        hostgroup_name  all-remote
    5151        alias   All except localhost
    52         members *,!localhost,!scripts-cert,!scripts,!sql
     52        members *,!localhost,!wildcard.scripts,!scripts-cert,!scripts,!sql
    5353}
  • noc/nagios/hosts.cfg

    r428 r670  
    8585define host {
    8686        use     scripts-host
     87        host_name       wildcard.scripts
     88        alias           wildcard.scripts
     89        parents         scripts
     90        address         wildcard.scripts.mit.edu
     91        contact_groups  scripts,pagers
     92}
     93
     94define host {
     95        use     scripts-host
    8796        host_name       b-m
    8897        alias           better-mousetrap
     
    99108# LVS
    100109
     110#define host {
     111#       use     scripts-host
     112#       host_name       n-f
     113#       alias           not-forward
     114#       address         18.181.0.54
     115##      contact_groups  scripts,pagers
     116#}
     117
     118#define hostextinfo {
     119#       host_name       n-f
     120#       notes           LVS Server
     121#       notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_9.html
     122#}
     123
     124#define host {
     125#       use     scripts-host
     126#       host_name       n-b
     127#       alias           not-backward
     128#       address         18.181.0.55
     129##      contact_groups  scripts,pagers
     130#}
     131
     132#define hostextinfo {
     133#       host_name       n-b
     134#       notes           LVS Server
     135#       notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_5.html
     136#}
     137
    101138define host {
    102139        use     scripts-host
    103         host_name       n-f
    104         alias           not-forward
    105         address         18.181.0.54
     140        host_name       r-f
     141        alias           rack-forward
     142        address         18.181.0.117
    106143#       contact_groups  scripts,pagers
    107 }
    108 
    109 define hostextinfo {
    110         host_name       n-f
    111         notes           LVS Server
    112         notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_9.html
    113144}
    114145
    115146define host {
    116147        use     scripts-host
    117         host_name       n-b
    118         alias           not-backward
    119         address         18.181.0.55
     148        host_name       r-b
     149        alias           rack-backward
     150        address         18.181.0.118
    120151#       contact_groups  scripts,pagers
    121 }
    122 
    123 define hostextinfo {
    124         host_name       n-b
    125         notes           LVS Server
    126         notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_5.html
    127152}
    128153
  • noc/nagios/services.cfg

    r535 r670  
    4747define service {
    4848        use     scripts-service
    49         hostgroup_name  scripts-https
     49        hostgroup_name          scripts-https
    5050        service_description     HTTPS
    5151        notification_period     afs
     
    108108        host_name       b-m,o-f
    109109        service_description     LOAD
    110         check_command   check_remote_load!7:4:2!12:8:2
     110        check_command   check_remote_load!7:4:4!12:8:8
    111111}
    112112
     
    161161        service_description     CPU
    162162        notifications_enabled   0
    163         check_command   check_remote_procs_P!1!1!25
     163        check_command   check_remote_procs_P!4!6!50
    164164       
    165165}
Note: See TracChangeset for help on using the changeset viewer.