Changeset 1062
- Timestamp:
- Apr 4, 2009, 1:38:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/services.cfg
r1055 r1062 105 105 } 106 106 107 define servicedependency { 108 hostgroup_name scripts-mail 109 service_description NRPE 110 dependent_service_description POSTFIX 111 execution_failure_criteria n 112 notification_failure_criteria w,u,c 113 } 114 107 115 define service { 108 116 use scripts-service … … 143 151 notification_period afs 144 152 check_command check_remote_cron_working 153 } 154 155 define service { 156 use scripts-service 157 hostgroup_name scripts-user 158 service_description USERS 159 check_command check_remote_users!50!25 160 } 161 162 define servicedependency { 163 hostgroup_name scripts-user 164 service_description NRPE 165 dependent_service_description NSCD,AFS,USERS,CRON-WORKING 166 execution_failure_criteria n 167 notification_failure_criteria w,u,c 145 168 } 146 169 … … 174 197 } 175 198 199 define servicedependency { 200 hostgroup_name scripts-cron 201 service_description NRPE 202 dependent_service_description CRON 203 execution_failure_criteria n 204 notification_failure_criteria w,u,c 205 } 206 176 207 define service { 177 208 use scripts-service … … 186 217 service_description DISK 187 218 check_command check_remote_disk!10%!5% 219 } 220 221 define servicedependency { 222 hostgroup_name scripts-real 223 service_description NRPE 224 dependent_service_description DISK 225 execution_failure_criteria n 226 notification_failure_criteria w,u,c 188 227 } 189 228 … … 193 232 service_description LOAD 194 233 check_command check_remote_load!50:50:50!100:50:50 234 } 235 236 define servicedependency { 237 host_name b-m,o-f 238 service_description NRPE 239 dependent_service_description LOAD 240 execution_failure_criteria n 241 notification_failure_criteria w,u,c 195 242 } 196 243 … … 205 252 define service { 206 253 use scripts-service 207 hostgroup_name scripts-user208 service_description USERS209 check_command check_remote_users!50!25210 }211 212 define service {213 use scripts-service214 254 hostgroup_name scripts-mysql 215 255 service_description MYSQL
Note: See TracChangeset
for help on using the changeset viewer.