NSClient++ Help (#1) - Help with check_nrpe (#993) - Message List

Help with check_nrpe

Hi all,

I want to check the physical memory of my windows machines. With check_nt i see that i obtain physical+pagefile so i need to use check_nrpe.

My nsclient is the last stable one (4.172) with the default config. If i test check_nrpe against a machine i obtain:

"seem to be doing fine"

but if i try to check the memory:

"Request contained arguments (not currently allowed, check the allow arguments option)."

I readed that i need to add some values to my ini file and i did it here:

; Section for NRPE (NRPEListener.dll) (check_nrpe) protocol options. /settings/NRPE/server allow_arguments=1 allow_nasty_meta_chars=1

I restart nsclient service but got the same result...

What i am doing wrong?

btw, excuse my english.

  • Message #2630

    Should probably be:

    [/settings/NRPE/server]
    allow arguments=1
    

    Notice the space not _

    The underscore is the "old" configuration....

    Michael Medin

    • Message #2631

      Thanks!. Seems that i readed "old" examples :)

Subscriptions