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

@ -0,0 +1,8 @@
define host {
host_name arm01-retrace01
alias arm01-retrace01.arm.fedoraproject.org
use defaultbuilders
check_command check-host-alive
address arm01-retrace01.arm.fedoraproject.org
contact_groups build-sysadmin-email
}