Search found 4 matches

by abubakar08281
Fri Jun 09, 2017 7:02 am
Forum: Open Source Nagios Projects
Topic: How to monitor the bandwidth usage of a Windows host?
Replies: 17
Views: 17815

Re: How to monitor the bandwidth usage of a Windows host?

I am also using same script to monitor the network usage on windows servers and output is fetched as expected but graph is shown in only Bytes but this i am not expecting even after selecting -o KB

Please refer the attached snapshots and suggest me ,how i can modify the graph to display in KB
by abubakar08281
Fri Apr 14, 2017 4:04 am
Forum: Open Source Nagios Projects
Topic: Windows Mount Point Monitoring using Nagios
Replies: 5
Views: 3412

Re: Windows Mount Point Monitoring using Nagios

Hi All, CheckDriveSize did not help me using check_nrpe. Since it was very critical to monitor these devices, we have pushed some powershell sripts onto the server and executing it using check_nrpe for monitoring these mount points. check_nrpe -H $HOSTADDRESS$ -t 30 -c cl_ps1_4 -a sql2k12inst1_data1...
by abubakar08281
Wed Feb 15, 2017 1:02 am
Forum: Open Source Nagios Projects
Topic: Windows Mount Point Monitoring using Nagios
Replies: 5
Views: 3412

Re: Windows Mount Point Monitoring using Nagios

Can you show us the full input / output for the working command as well? I have not seen it fail when specifying a directory in the past, which is why I ask. If it's failing due to SSL then that should be across the board. The only exception I could see is if the \'s were being formatted. Does it h...
by abubakar08281
Thu Feb 09, 2017 4:55 am
Forum: Open Source Nagios Projects
Topic: Windows Mount Point Monitoring using Nagios
Replies: 5
Views: 3412

Windows Mount Point Monitoring using Nagios

Hi All, I am trying to monitor mount points on windows server using NRPE and successful to some extent. Success : Able to get data when trying to monitor mount point which is directly under a directory eg : G:\xxxxmount\ Failure : Unable to get data when trying to monitor mount point which is under ...