Search found 5 matches

by nagios102
Sat Sep 28, 2019 6:30 am
Forum: Open Source Nagios Projects
Topic: Need help on how to pass arguments for check_memory
Replies: 8
Views: 2597

Re: Need help on how to pass arguments for check_memory

Yes, verified I've the following settings in my nsclient.ini: allow arguments = 1 allow nasty characters = true As mentioned, the command works correctly on CLI but not as service check. ./check_nrpe -H <xxxxxx> -c check_memory -a "warn=used>90%" "crit=used>95%" OK: committed = 1...
by nagios102
Fri Sep 27, 2019 1:55 pm
Forum: Open Source Nagios Projects
Topic: Need help on how to pass arguments for check_memory
Replies: 8
Views: 2597

Re: Need help on how to pass arguments for check_memory

The status is still showing the output, for example OK: committed = 15.108GB, physical = 10.791GB" or WARNING: committed .... command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_memory -a "warn=used>90%" "crit=used>95%" The check_memory is working fine. Right now, it s...
by nagios102
Fri Sep 27, 2019 8:45 am
Forum: Open Source Nagios Projects
Topic: Need help on how to pass arguments for check_memory
Replies: 8
Views: 2597

Re: Need help on how to pass arguments for check_memory

I don't have the Nagios config tool (GUI). Can you recommend which one to use? I can only edit config file manually and the Status on the web interface is showing "OK: committed = 15.108GB, physical = 10.791GB". The problem with the default setting is that warning is 80% or above and 90% f...
by nagios102
Thu Sep 26, 2019 1:12 pm
Forum: Open Source Nagios Projects
Topic: Need help on how to pass arguments for check_memory
Replies: 8
Views: 2597

Need help on how to pass arguments for check_memory

Hello, I'm trying to configure check_memory for a Windows server (nsclient++). It works fine on the command line ./check_nrpe -H <xxxx> -c check_memory -a "warn=used>95%" "crit=used>98%" but it does not work as a define command and service. I've tried using escape character and a...