-
I have already solved it. I had to change two lines in lib/MonarchFile.pm when adding extended_service_info_templates.cfg and extended_host_info.cfg to the nagios.cfg file:
- if ($options{'nagios_version'} eq '2.x') {
+ if ($options{'nagios_version'} =~ (/^[23]\.x$/)) {
push @out_files, 'extended_host_info.cfg';.
2008-11-07 12:29:19 UTC in GroundWork Monitor Architect
-
Hello all,
When I do the preflight test, I get an error because of in the nagios.cfg file does not appear some lines like:
...
cfg_file=/etc/nagios3/extended_service_info_templates.cfg
cfg_file=/etc/nagios3/extended_host_info.cfg
...
I add them, but when I generate the configuration it is overwritten.
So, it is a bug when Monarch write the nagios.cfg which omits those lines...
2008-11-06 12:31:48 UTC in GroundWork Monitor Architect
-
Hello all,
It could be very usefull when you create a host or service template to configure a field "Action URL" using nagios macros, and it could be inherited by all host and service with this template. Now, I have to do it for each host and service.
Regards,
Mabel.
2008-11-06 12:11:53 UTC in GroundWork Monitor Architect