WARNING: Extinfo objects are deprecated and will be removed
Posted: Thu Aug 06, 2015 5:55 am
Hi all,
I am trying to add some new images for the hosts and get better view from nagios.
To do this I've created a new cfg file extra_info.cfg like below.
define hostextinfo{
hostgroup_name x1_servers
notes Windows Server
icon_image hgs/hpsrv.png
icon_image_alt Windows Server
vrml_image hgs/hpsrv.gif
statusmap_image hgs/hpsrv.gd2
}
define hostextinfo{
hostgroup_name x2_servers, x3_servers
notes Windows Server
icon_image hgs/win40.png
icon_image_alt Windows Server
vrml_image hgs/win40.gif
statusmap_image hgs/win40.gd2
}
And add this line to nagios.cfg
cfg_file=/usr/local/nagios/etc/objects/extra_info.cfg
System works but I get that type of warnings:
"WARNING: Extinfo objects are deprecated and will be removed in future versions"
What does this warnings mean? How can I get rid of them?
Any help appreciated.
Regards
I am trying to add some new images for the hosts and get better view from nagios.
To do this I've created a new cfg file extra_info.cfg like below.
define hostextinfo{
hostgroup_name x1_servers
notes Windows Server
icon_image hgs/hpsrv.png
icon_image_alt Windows Server
vrml_image hgs/hpsrv.gif
statusmap_image hgs/hpsrv.gd2
}
define hostextinfo{
hostgroup_name x2_servers, x3_servers
notes Windows Server
icon_image hgs/win40.png
icon_image_alt Windows Server
vrml_image hgs/win40.gif
statusmap_image hgs/win40.gd2
}
And add this line to nagios.cfg
cfg_file=/usr/local/nagios/etc/objects/extra_info.cfg
System works but I get that type of warnings:
"WARNING: Extinfo objects are deprecated and will be removed in future versions"
What does this warnings mean? How can I get rid of them?
Any help appreciated.
Regards