Hi,
when I am running the below command in root mode in Nagios server i am getting the below warning message.
command - /apps/tools/nagios/bin/nagios -v /apps/tools/nagios/etc/nagios.cfg
Warning Message:-
Checking for circular paths between hosts...
Checking for circular host and service dependencies...
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Warning: Nothing specified for illegal_macro_output_chars variable!
Could someone please help me to resolve the warning message..
Thanks in advance.
Regards,
Sachikanta
Getting warning while running nagios command [solved]
-
msachikanta
- Posts: 58
- Joined: Tue Jan 03, 2012 2:35 am
Getting warning while running nagios command [solved]
Last edited by msachikanta on Thu Jul 12, 2012 6:29 am, edited 1 time in total.
Re: Getting warning while running nagios command
Edit the line in nagios.cfg that begins with illegal_macro_output_chars to look like this:
If you don't have a line like that, add it.
Code: Select all
illegal_macro_output_chars=`~$&|'"<>-
msachikanta
- Posts: 58
- Joined: Tue Jan 03, 2012 2:35 am
Re: Getting warning while running nagios command [solved]
Thanks for your help..
That particular line was not there in nagios.cfg file, after i added it I am not getting the warning message.
Regards,
Sachikanta
That particular line was not there in nagios.cfg file, after i added it I am not getting the warning message.
Regards,
Sachikanta
Re: Getting warning while running nagios command [solved]
Glad I could help!