Changeset 670 for noc/nagios/hosts.cfg


Ignore:
Timestamp:
Feb 27, 2008, 2:06:59 AM (16 years ago)
Author:
presbrey
Message:
SNI certificate stuff; someone else's LVS stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.