Questions tagged [nsclient++]

NSClient++ is a general purpose monitoring agent original designed for use with Nagios on Windows but has since expanded to support multiple OSes and monitoring solutions.

NSClient++ is a general purpose monitoring agent original designed for use with Nagios on Windows but has since expanded to support multiple OSes and monitoring solutions.

48 questions
0
votes
1 answer

NSClient++ traffic dropped only for external IP traffic

I am trying to use NSClient++/Icinga to monitor our Windows server boxes at remote locations. I have tested the NSClient on our internal network (192.168.1.*) and it works as expected with the server firewall setup to be permissive of traffic to the…
Sonoman
  • 163
  • 1
  • 15
0
votes
1 answer

NSCLIENT\NRPE doesnt handle arguments with white spaces

I have a short script that prints out an argument being sent to it. Suppose I send over "print this", no matter what I do it always prints out only "print". I have tried with either powershell or batch - same result. I also tried in Test Mode and…
JustAGuy
  • 629
  • 3
  • 18
  • 35
0
votes
1 answer

how to display netstat output on nagios

Can you please tell me how to monitor an established connection (on a specified port) in a windows machine from nagios (centOS) here an example (output of netstat): Proto Local Address Foreign Address State TCP 192.168.1.96:1551…
0
votes
1 answer

NSClient++, what is the best way to monitor SQL Server Agent jobs?

What is the best way to monitor SQL Server Agent jobs using NSClient++ (and Icinga)? We have about 100 jobs on the server. It would be nice if monitoring would be able to handle recovery state per each job also.
Fanda
  • 188
  • 1
  • 7
0
votes
2 answers

check_nrpe -c CheckProcState USING PID

I'm currently running a SOLR search engine from a batch file and it appears as a process in my servers taskmgr. I need to monitor its state using check_nrpe but since there are more than one cmd.exe processes, I need to identify it using the PID of…
Aki
  • 1
0
votes
1 answer

NSClient++: Invalid return code -1073741502

I got a problem with NSClient++ (version 0.3.8.76). I set up an external script handler, and it was working. But since some time it returns this, everytime i run the check: No output available from command (cmd /c echo scripts\scriptname.ps1;…
jogo
  • 65
  • 2
  • 8
0
votes
1 answer

Using the CheckEventLog module of NSClient++, how do I properly filter in two different eventTypes?

I'm having an odd amount of trouble deducing the proper syntax to "filter=in" two eventTypes, warning and error. The line I am using is as follows: CheckEventLog -a truncate=1023 MaxWarn=1 MaxCrit=1 file='DFS Replication' filter=in…
mbrownnyc
  • 1,825
  • 8
  • 30
  • 50
0
votes
2 answers

NSClient++: running VirtualBox VM displayed as poweroff

I have to monitor a VM, runned in a Windows Server 2008 environment, using VirtualBox. I use Nagios to do the monitoring job. This process is executed in an Ubuntu Server environment. The communication between Nagios and the Windows machine relies…
0
votes
2 answers

NSclient++ NRPE issues

I have had NSclient++ working with Nagios for a while now. Recently I started testing Nagwin just to see how it would work, out of pure curiosity. I stopped checking a test server with my main Nagios config, set NSclient++ to NRPE mode, and pointed…
Supercereal
  • 793
  • 1
  • 8
  • 17
0
votes
2 answers

Monitoring Windows Server 2008 usage using nsclient++

I'm setting up a monitoring system for our servers. I installed nagios on a linux box and then I installed nsclient++ (with these instruction http://nagios.sourceforge.net/docs/3_0/monitoring-windows.html) (windows server 2008 r2). I thought it was…
Davide Vosti
  • 125
  • 1
  • 7
0
votes
1 answer

OpenNMS, NSClient++ (x64), Windows Server 2008 R2

I've installed OpenNMS, and configured NSClient++ on a Win2k8 r2 box. NMS sees the NSClient, however nsclient logs the following errors: error:../../include\Socket.h:649: Error: Could not complete SSL handshake : [-1] 1, attempting to…
WedTM
  • 301
  • 4
  • 16
0
votes
1 answer

nsclient++ map file entries for windows servers

We use nagios to monitor our network. Has anyone found a sample map file containing entries that correspond to the services in nsclient++
Stewart Robinson
  • 1,145
  • 4
  • 12
  • 24
0
votes
0 answers

No argument works witch the command check_drivesize

I querry a Windows Server where NSClient++ is installed with NRPE. The matter is I can't pass any filter/argument with the command check_drivesize ! This is the command : /usr/lib64/nagios/plugins/check_centreon_nrpe3 -H x.x.x.x -n -c…
GrandGTO
  • 21
  • 1
0
votes
2 answers

How to properly display accentuated characters in a check_nrpe result based on a Powershell script?

I have a custom Powershell script called by Nagios using "check_nrpe". Currently all check results output messages with special characters like 'è', 'é' or 'à' are not displayed properly when the check result is shown on Nagios. How to allow those…
donmelchior
  • 103
  • 5
0
votes
1 answer

NSClient++ rejects connection or fails to send info

I'm trying to get to work some active checks on Windows endpoint machines, NSClient++ works just fine with my Windows servers but when it comes to checking any endpoint the only response I get is either could not fetch information from server or…