- Timestamp:
- Dec 20, 2008, 10:45:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
noc/nagios/services.cfg
r735 r899 14 14 define service { 15 15 use scripts-service 16 hostgroup_name all-remote16 hostgroup_name scripts-all 17 17 service_description PING 18 18 check_command check_ping!500.0,30%!3000.0,80% … … 22 22 define service { 23 23 use scripts-service 24 hostgroup_name real-servers24 hostgroup_name scripts-real 25 25 service_description SSH 26 26 check_command check_ssh … … 56 56 define service { 57 57 use scripts-service 58 hostgroup_name scripts-https 59 service_description HTTPS-CERT 60 notification_period afs 61 check_command check_https_cert_444!14 62 contact_groups scripts,pagers 63 } 64 65 define servicedependency{ 66 host_name scripts 67 service_description HTTP 68 dependent_host_name scripts,scripts-cert,wildcard.scripts 69 dependent_service_description HTTPS,HTTPS-CERT 70 execution_failure_criteria n 71 notification_failure_criteria w,u,c 72 } 73 74 define servicedependency{ 75 host_name scripts 76 service_description HTTP 77 dependent_host_name scripts-cert 78 dependent_service_description HTTP 79 execution_failure_criteria n 80 notification_failure_criteria w,u,c 81 } 82 83 84 define service { 85 use scripts-service 58 86 hostgroup_name scripts-mail 59 87 service_description POSTFIX … … 66 94 service_description NSCD 67 95 check_command check_remote_procs_u!1:256!1:512!nscd 96 } 97 98 define service { 99 use scripts-service 100 hostgroup_name scripts-user 101 service_description AFS 102 check_command check_remote_afs 103 } 104 105 define service { 106 use scripts-service 107 hostgroup_name scripts-user 108 service_description LDAP 109 check_command check_scripts_ldap 68 110 } 69 111 … … 92 134 define service { 93 135 use scripts-service 94 hostgroup_name real-servers136 hostgroup_name scripts-real 95 137 service_description DISK 96 138 check_command check_remote_disk!10%!5% … … 108 150 hostgroup_name mysql-masters,mysql-slaves 109 151 service_description LOAD 110 check_command check_remote_load!1 3:5:5!15:7:7152 check_command check_remote_load!16:10:10!20:15:15 111 153 contact_groups sql 112 154 }
Note: See TracChangeset
for help on using the changeset viewer.