/etc/nagios3/debian-edu/hosts.cfg is in debian-edu-config 1.702.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Written by () at: January 11, 2007, 12:28 am
# Generated for
define host {
use generic-host
host_name gateway
alias Default Gateway
address gateway
check_command check-host-alive
hostgroups ping-servers
contact_groups admins
}
define host {
use generic-host
host_name tjener
alias Main debian-edu server
address tjener
check_command check-host-alive
hostgroups debian-servers,http-servers,ssh-servers,all,ping-servers,ldap-servers,nfs-server,imaps-servers,dns-servers,squid-server
contact_groups admins
}
|