Changeset 357
- Timestamp:
- Jan 25, 2012, 6:21:49 PM (13 years ago)
- Location:
- nagios/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nagios/objects/templates.cfg
r356 r357 43 43 retain_nonstatus_information 1 ; Retain non-status information across program restarts 44 44 notification_period 24x7 ; Send host notifications at any time 45 notification_interval 120 ; Resend notifications every 2 hours45 notification_interval 360 46 46 notification_options d,u,r ; Only send notifications for specific host states 47 47 contact_groups admins ; Notifications get sent to the admins by default … … 114 114 contact_groups admins ; Notifications get sent out to everyone in the 'admins' group 115 115 notification_options w,u,c,r ; Send notifications about warning, unknown, critical, and recovery events 116 notification_interval 60 ; Re-notify about service problems every hour116 notification_interval 360 117 117 notification_period 24x7 ; Notifications can be sent out at any time 118 118 action_url /pnp4nagios/graph?host=$HOSTNAME$&srv=$SERVICEDESC$' class='tips' rel='/pnp4nagios/popup?host=$HOSTNAME$&srv=$SERVICEDESC$ -
nagios/objects/vanderzwet.net.cfg
r352 r357 219 219 define service { 220 220 use local-service 221 host_name sunfire.wirelessleiden.nl,riff.vanderzwet.net,buzz.vanderzwet.net,sunny.wleiden.net 221 host_name riff.vanderzwet.net,buzz.vanderzwet.net,sunny.wleiden.net 222 service_description HTTP - WL Services Proxy 223 servicegroups wlservices 224 check_command check_http! -u /wleiden/ -s 'Wireless Leiden Services' 225 notifications_enabled 1 226 } 227 228 define servicedependency { 229 host_name riff.vanderzwet.net,buzz.vanderzwet.net,sunny.wleiden.net 230 service_description HTTP - WL Services Proxy 231 dependent_host_name CNodeZwet.wleiden.net 232 dependent_service_description HTTP 233 execution_failure_criteria w,c,u 234 notification_failure_criteria w,c,u 235 } 236 237 238 define service { 239 use local-service 240 host_name sunfire.wirelessleiden.nl 222 241 service_description HTTP - WL Services Proxy 223 242 servicegroups wlservices
Note:
See TracChangeset
for help on using the changeset viewer.