work so far on nagios_server role.

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-07 17:09:38 +00:00
parent 4ee5939b13
commit 649108c0c3
118 changed files with 1100 additions and 627 deletions

View file

@ -17,56 +17,28 @@ define servicedependency {
}
define servicedependency {
host_name app01
host_name pkgdb01
service_description nrpe
dependent_host_name app01
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Disk Space /boot, Swap, Total Processes, Zombie Processes
dependent_host_name pkgdb01
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name app02
host_name pkgdb02
service_description nrpe
dependent_host_name app02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Disk Space /boot, Swap, Total Processes, Zombie Processes
dependent_host_name pkgdb02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name app03
host_name pkgdb01.stg
service_description nrpe
dependent_host_name app03
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Disk Space /boot, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name app04
service_description nrpe
dependent_host_name app04
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Disk Space /boot, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name app05
service_description nrpe
dependent_host_name app05
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Disk Space /boot, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name app08
service_description nrpe
dependent_host_name app08
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Disk Space /boot, Swap, Total Processes, Zombie Processes
dependent_host_name pkgdb01.stg
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
@ -125,11 +97,65 @@ define servicedependency {
execution_failure_criteria w,c
}
define servicedependency {
host_name sundries01
service_description nrpe
dependent_host_name sundries01
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name sundries01.stg
service_description nrpe
dependent_host_name sundries01.stg
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name sundries02
service_description nrpe
dependent_host_name sundries02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name wiki01
service_description nrpe
dependent_host_name wiki01
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name wiki01.stg
service_description nrpe
dependent_host_name wiki01.stg
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name wiki02
service_description nrpe
dependent_host_name wiki02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name packages03
service_description packages-internal
dependent_host_name packages03
dependent_service_description packages-internal-relationshiptab, packages-internal-bugstab
dependent_service_description packages-internal-bugstab
notification_failure_criteria w,c
execution_failure_criteria w,c
}
@ -138,7 +164,7 @@ define servicedependency {
host_name packages04
service_description packages-internal
dependent_host_name packages04
dependent_service_description packages-internal-relationshiptab, packages-internal-bugstab
dependent_service_description packages-internal-bugstab
notification_failure_criteria w,c
execution_failure_criteria w,c
}