/etc/nagios3/debian-edu/hostgroups.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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | # Written by () at: January 10, 2007, 11:04 pm
# Generated for
define hostgroup{
hostgroup_name all
alias All Servers
}
define hostgroup{
hostgroup_name debian-servers
alias Debian GNU/Linux Servers
}
define hostgroup{
hostgroup_name dns-servers
alias server running a recursive resolver
}
define hostgroup{
hostgroup_name http-servers
alias HTTP servers
}
define hostgroup{
hostgroup_name imaps-servers
alias server running a secure imap service
}
define hostgroup{
hostgroup_name ldap-servers
alias server with openldap server running
}
define hostgroup{
hostgroup_name nfs-server
alias servers exporting filesystems on nfs
}
define hostgroup{
hostgroup_name ping-servers
alias Pingable servers
}
define hostgroup{
hostgroup_name squid-server
alias a web proxy server
}
define hostgroup{
hostgroup_name ssh-servers
alias SSH servers
}
|