work so far on nagios_server role.
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
4ee5939b13
commit
649108c0c3
118 changed files with 1100 additions and 627 deletions
|
@ -14,7 +14,7 @@ define service {
|
|||
#}
|
||||
|
||||
define service {
|
||||
host_name app01, app02, app03, app04, app05, app08, noc01, proxy01, proxy02, releng02, db01
|
||||
host_name noc01, proxy01, proxy02, releng02, db01
|
||||
service_description Disk Space /boot
|
||||
check_command check_by_nrpe!check_disk_/boot
|
||||
use disktemplate
|
||||
|
@ -41,12 +41,12 @@ define service {
|
|||
use disktemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name nfs01
|
||||
service_description Disk space /mnt/koji
|
||||
check_command check_by_nrpe!check_disk_/mnt/koji
|
||||
use disktemplate
|
||||
}
|
||||
#define service {
|
||||
# host_name nfs01
|
||||
# service_description Disk space /mnt/koji
|
||||
# check_command check_by_nrpe!check_disk_/mnt/koji
|
||||
# use disktemplate
|
||||
#}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue