Exception processing request: Request command contained ille

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lwkoon
Posts: 1
Joined: Tue Oct 20, 2020 7:11 am

Exception processing request: Request command contained ille

Post by lwkoon »

Hi support

We migrated from xen to vmware recently via v2v and we have encounter this error

[nagios@Nagios ~]$ /usr/local/nagios/libexec/check_nrpe -H 192.168.83.171 -p 5666 -c CheckCounter -a "Counter:Download Bytes/sec=\Network Interface(Xen Net Device Driver)\Bytes Received/sec" ShowAll=long
Exception processing request: Request command contained illegal metachars!

Please help as we do not know which interface bytes should be used
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Exception processing request: Request command contained

Post by benjaminsmith »

Hi,

On the remote system, can you verify that you have the following directive enabled on the nsclient.ini file?

Code: Select all

[/settings/NRPE/server]
allow nasty characters=true
If not, please add this, restart the NSClient service, and then test this once more from the command line and post any error message (if different).

Thanks,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked