CheckCounter – Thresholds not working
I’m running NSClient++ 0.4.3.88 I’m attempting to setup a NagiosXI service to check Windows performance counters using NSClient++ NRPE (check_nrpe). Even though I set the threshold values (MaxWarn...
View ArticleReply To: NSCP 0.43 – howto change warn and crit times in check uptime
Settings that worked for me with NRPE are: -c check_uptime -a “critical=uptime<0″ “warning=uptime<0″
View ArticleProblems with check_service
I’m trying to get check_service in 0.4.3 to display the same behavior I was getting in 0.4.1 from checkServiceState. So you are aware, I’m running these using legacy NRPE. First off, I can’t check...
View Articlereal time event log fitler syntax for NSClient++ – 0.4.3.131
Hi all, Anyone have any information for how to write real time event log filter syntax or example for NSClient++ – 0.4.3.131? The following example are confirmed not work in Nsclient 0.4.3.131 filter=...
View ArticleReply To: check_drivesize
Double check that both systems have the same version of NSClient++ installed, and that they have the exact same config file.
View ArticleReply To: Unicode in 0.4.3
Hi Joffrey, tre teh Numeric Values form the Registry you can find the Values in the Registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib 009> Counter contains the...
View ArticleReply To: Unicode in 0.4.3
Yes, it’s work ! Big thanks ! check_pdh “counter=\234(_Total)\1400″ -> OK: \234(_Total)\1400 = 0 I found translation in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows...
View ArticleReply To: Unicode in 0.4.3
Hi Joffrey i get the same Problem with the Performance data Value as Interim Solution i use the “flags=1000″ Argument this will multiplicity the value * 1000 greetings Stefan
View ArticleReply To: Unicode in 0.4.3
It’s work ! Thanks again Stefan ! U make my day I just have to replace $alias by the common name to have an explicit tag and the job is done So, we have a nice workarround, but it would be cool that...
View ArticleNSClient version 0.4.3.136-x63 always returns zero
I am using the following command ./check_nrpe -H IP_HOST -c CheckCounter -a “Counter=\LogicalDisk(C:)\Disk Transfers/sec” always returns OK: \LogicalDisk(C:)\Disk Transfers/sec =...
View ArticleReply To: NSClient version 0.4.3.136-x63 always returns zero
Hi I have the same error try to use the “flags=1000″ Argument i get the same Problem with the Performance data Value as Interim Solution i use the “flags=1000″ Argument this will multiplicity the...
View Articlecheck_multi escape whitespace
How do I escape whitespace in check_multi? check_pdh counter=\\Terminaldienste\\Aktive\ Sitzungen warn=value>5 L cli OK: OK: \Terminaldienste\Aktive Sitzungen = 1 L cli Performance data:...
View ArticleReply To: CheckCounter – Thresholds not working
Hi Don… as far as I understood the attributes: attrributes has to be applied after -a Switch attributes has to be seperated by space chars every attribute must be surrounded by ” chars so for your...
View ArticleReply To: WebUI
Hi, I cannot get this working either. The above command nscp web –install –password foobar does not work. Would you please give us a little more information on what the exact steps would be to get...
View ArticleReply To: WebUI
In test mode: load webserver to load and test the web page In nsclient.ini (not test mode): In the modules section: /modules WEBServer=enabled [/settings/default] ; PASSWORD – Password used to...
View ArticleHelp needed with check_service (4.3.131)
Hi all, I need some assistance with check_service syntax – I am trying to setup a single check to monitor multiple services with similar name (all services are set to manual start and alert should be...
View ArticleCan't pass arguments
Hello, I have the following issue, I just cant pass arguments from my nagios server to nsclient. I tried every post that I found about this but does not work for me. I’m using nsclient 0.4.2.93 usin...
View ArticleReply To: Help needed with check_service (4.3.131)
This seems to did the trick: check_service -a "filter=name like 'MY_SERVICE'" "critical=state = 'stopped'"
View Article