Changeset 670 for noc/nagios/hosts.cfg
- Timestamp:
- Feb 27, 2008, 2:06:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/hosts.cfg
r428 r670 85 85 define host { 86 86 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 94 define host { 95 use scripts-host 87 96 host_name b-m 88 97 alias better-mousetrap … … 99 108 # LVS 100 109 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 101 138 define host { 102 139 use scripts-host 103 host_name n-f104 alias not-forward105 address 18.181.0. 54140 host_name r-f 141 alias rack-forward 142 address 18.181.0.117 106 143 # contact_groups scripts,pagers 107 }108 109 define hostextinfo {110 host_name n-f111 notes LVS Server112 notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_9.html113 144 } 114 145 115 146 define host { 116 147 use scripts-host 117 host_name n-b118 alias not-backward119 address 18.181.0. 55148 host_name r-b 149 alias rack-backward 150 address 18.181.0.118 120 151 # contact_groups scripts,pagers 121 }122 123 define hostextinfo {124 host_name n-b125 notes LVS Server126 notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_5.html127 152 } 128 153
Note: See TracChangeset
for help on using the changeset viewer.