Problem with nasty Charaters

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cesar.garza
Posts: 80
Joined: Mon Aug 19, 2013 3:14 pm

Problem with nasty Charaters

Post by cesar.garza »

I have tried new thing but still not able to fix my issue.
I have tried with reinstall nsclient++ but didn't work. On internet somebody suggested Registry Key but that also didn't work.
Any help would be appreciated . thanks

Service.cfg
define service {
hostgroup_name http-servers
service_description GET Call
check_command check_nrpe_get_requests
use generic-service
notification_interval 0
contact_groups sham
}

command.cfg
define command{
command_name check_nrpe_get_requests
command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c nsc_checkcounter -a 'ShowAll "Counter=\\Web Service(_Total)\\Total Get Requests" MaxWarn=100 MaxCrit=200'
}

Nagios URL Error:
Exception processing request: Request contained arguments (not currently allowed, check the allow arguments option).

nsclient.log
e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).

nsclient-full.ini
[/settings/NRPE/server]
allow arguments = true
allow nasty characters = true
[/settings/external scripts]
allow arguments = true
allow nasty characters = true
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Problem with nasty Charaters

Post by abrist »

Have you restarted the NSClient service since making the ini changes?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked