/etc/nagios3/conf.d/extinfo_nagios2.cfg is in nagios3-common 3.5.1.dfsg-2.1ubuntu1.
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 | ##
## Extended Host and Service Information
##
define hostextinfo{
hostgroup_name ubuntu-servers
notes Ubuntu Linux servers
# notes_url http://webserver.localhost.localdomain/hostinfo.pl?host=netware1
icon_image base/ubuntu.png
icon_image_alt Ubuntu Linux
vrml_image ubuntu.png
statusmap_image base/ubuntu.gd2
}
|