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
1
vote
1 answer

nsclient++ intermittent connection refused on same subnet

I have setup Nagios and nsclient++ on a number of my Windows servers. They are all in the same subnet so no routing or firewall stuff is taking place in between the endpoints, and I have verified that the firewalls on the servers are not causing…
tacos_tacos_tacos
  • 3,220
  • 16
  • 58
  • 97
1
vote
1 answer

NSClient++ FAIL on Windows 2008 R2 -- PDHCollector.cpp(215) Failed to query performance counters

I am attempting to monitor windows server 2008 r2 x64 Enterprise with Nagios. When I test/install the nsclientI get the following error: PDHCollector.cpp(215) Failed to query performance counters: \Processor(_total)\% Processor Time:…
1
vote
0 answers

No handler for command 'CheckFileSize' in NSClient++

I am trying to set up monitoring of the size of folders on a Windows server from a Linux box through NRPE using NSClient++ (0.4.0.148-win64) . The basic setup is ok and I am for example able to issue the "CheckDriveSize" command which is part of the…
Olof Åkesson
  • 111
  • 1
  • 3
1
vote
1 answer

How to check status of one port on remote host using NSClient++?

I know I could check for telnet on a known IP using other programs like: nmap -A 192.168.0.1/32 -p 23 Or, look for open ports from 20 to 30 on host.example.com: nc -z host.example.com 20-30 I need to create a batch file, since I think that is how…
Ozl
  • 11
  • 3
0
votes
2 answers

nrpe for Windows - filter and arguments change threshold values

i have my monitoring Linux server with NRPE Plugin for Nagios Version: 3.2.1 and i installed on the windows machine NSClient++ with this .bat script. set setupfile="NSCP-0.5.2.35-x64.msi" msiexec /l install.log /i %setupfile%…
FaxMax
  • 165
  • 1
  • 2
  • 12
0
votes
1 answer

Need Critical alert for Particular Event id is not generated with in 24 hours

I am using CheckEventLog of NSClient++ 0.5.0.62 2016-09-14 how to use syntax for , if particular event id is not generated with in 24 hours i need critical alert , if event id generated i need status OK. My Syntax : ./check_nrpe -H 192.168.63.1 -c…
0
votes
1 answer

Monitor Group Policy eventlog

I want to monitor GPOs and check if the GPOs are applied on all stations of my Domain, by checking the presence of an ID with the name of GPO, and check if an error occured. I want to monitor Microsoft-Windows-GroupPolicy\Operational.evtx is this…
0
votes
1 answer

Icinga monitoring, random "Connection refused by host"

I have a Nagios/icinga monitoring system, which i use to monitor mainly Windows based machines running a version of NSClient++ that i found works without being too annoying (NSCP-0.4.1.105-x64). This has been working fine. Recently though, i'm…
Snowflow
  • 69
  • 6
0
votes
1 answer

Can Nagios NRPE call a Python script on a Windows host, which requires a UNC network share connection?

I have a Nagios host which is monitoring Windows servers using NRPE. One of the tasks is to remotely connect to a Windows Server, using NRPE, and run a Python script. The python script simply checks the status of some backups. The Python scripts…
kafka
  • 547
  • 1
  • 15
  • 27
0
votes
2 answers

Nagios define service for nrpe command in Windows environment

I'm trying to configure Nagios to monitor our network which is all Windows based. I'm totally new to it, so please forgive my naiveness. Fact is: I'm banging my head over a task. What I want to achieve is having Nagios tell me whether a remote…
arf
  • 3
  • 1
  • 3
0
votes
1 answer

NSClient++ :: Failed to establish secure connection

Trying to get active checks of a Windows host from my nagios server. At this point I'm not even using nagios, and just running check_nt from the command line. Verified that the port is open, it allows telnet Ensured insecure mode is configured…
emmdee
  • 1,935
  • 9
  • 35
  • 56
0
votes
1 answer

Problems with NSClient and .Net modules

I've been trying to find some examples or documentation for writing .Net plugins for NSClient++. Can someone direct me to a working sample application or some documentation? I found the source code for the CSharpSamplePlugin on GitHub. Since I…
mhvelplund
  • 87
  • 12
0
votes
0 answers

Icinga DB Monitoring Null output

Hi I have deployed icinga monitoring solution using the blog which is here Now I want to monitor multiple DB servers which are windows DB servers. I have placed the service description for DB Monitoring in localhost_icinga.cfg but it is not working.…
Shailesh Sutar
  • 1,427
  • 4
  • 22
  • 40
0
votes
1 answer

nsclient - debugging connection issues

I have numerous windows clients that I want to monitor via nagios/nsclient. I've installed the latest nsclient on two win7 x64 and one win2012 r2. Of these one win7 works while the other two machines return could not complete SSL handshake when a…
ethrbunny
  • 2,327
  • 4
  • 36
  • 72
0
votes
2 answers

Call NSCA from windows batch script (using NSClient++)

I have NSClient++ installed on some distributed windows servers that I am using Icinga to monitor. I also have a UPS attached to each server that can execute a custom command before scheduling a shutdown. I would like to create a batch script that…
Sonoman
  • 163
  • 1
  • 15