finaly what i did is to reinstall nrpe plugin and everything works now
regards
pantos
Search found 13 matches
- Fri Jun 10, 2016 11:46 am
- Forum: Nagios XI
- Topic: cluster shared volumes
- Replies: 4
- Views: 697
- Mon Jun 06, 2016 9:25 am
- Forum: Nagios XI
- Topic: disk io windows server
- Replies: 10
- Views: 3249
Re: disk io windows server
Ok finaly i figured out by myself. id download the nrpwe plugin and install it yioupi everyhting worked
regards
pantos
regards
pantos
- Mon Jun 06, 2016 8:45 am
- Forum: Nagios XI
- Topic: cluster shared volumes
- Replies: 4
- Views: 697
Re: cluster shared volumes
Hi
I run check on nrpe file and i get the following results
[root@Nagios3 libexec]# file check_nrpe
check_nrpe: empty
what this means? that the nrpe plugin is broken?how can i reinstall it?
regards
pantos
I run check on nrpe file and i get the following results
[root@Nagios3 libexec]# file check_nrpe
check_nrpe: empty
what this means? that the nrpe plugin is broken?how can i reinstall it?
regards
pantos
- Mon Jun 06, 2016 3:14 am
- Forum: Nagios XI
- Topic: cluster shared volumes
- Replies: 4
- Views: 697
cluster shared volumes
Dear All, I have configured το monitor free space on clustered shared volumes with some help from this thread, on this thread also you can find all the configuration i have done: https://support.nagios.com/forum/viewtopic.php?f=6&t=38411 Below is the error i see: Raid10_All_v001 Ok 20d 20h 7m 28...
- Mon Jun 06, 2016 2:39 am
- Forum: Nagios XI
- Topic: disk io windows server
- Replies: 10
- Views: 3249
Re: disk io windows server
Hi,
Attached i send you the service definition. And in my NSC file i have added the folowing
check_ms_win_disk_load = cmd /c echo scripts\check_ms_win_disk_load.ps1 $ARG1$; exit $LastExitCode | powershell.exe /noprofile -command -
Regards
pantos
Attached i send you the service definition. And in my NSC file i have added the folowing
check_ms_win_disk_load = cmd /c echo scripts\check_ms_win_disk_load.ps1 $ARG1$; exit $LastExitCode | powershell.exe /noprofile -command -
Regards
pantos
- Fri Jun 03, 2016 5:08 am
- Forum: Nagios XI
- Topic: disk io windows server
- Replies: 10
- Views: 3249
Re: disk io windows server
Hi rkennedy, My nerves is going up. Fater making those changes for some strange reason the cluster shared volumes stoped working. I removed every change i made but with no succes . below is the link where i described how i configured clustered shared vulume https://support.nagios.com/forum/viewtopic...
- Thu Jun 02, 2016 2:42 am
- Forum: Nagios XI
- Topic: disk io windows server
- Replies: 10
- Views: 3249
Re: disk io windows server
Hi thanks for the replys
I have configured as suggested here
https://outsideit.net/check-ms-win-disk-load/
but i see the following error
(Return code of 127 is out of bounds - plugin may be missing)
I have configured as suggested here
https://outsideit.net/check-ms-win-disk-load/
but i see the following error
(Return code of 127 is out of bounds - plugin may be missing)
- Wed Jun 01, 2016 8:19 am
- Forum: Nagios XI
- Topic: disk io windows server
- Replies: 10
- Views: 3249
disk io windows server
hello all,
I need to have disk performance statistics like queue lenght on some windows servers. Could someone help me on this as i am not nagios experts.
regards
pantos
I need to have disk performance statistics like queue lenght on some windows servers. Could someone help me on this as i am not nagios experts.
regards
pantos
- Thu May 19, 2016 12:53 am
- Forum: Nagios XI
- Topic: cluster shared volumes monitor
- Replies: 7
- Views: 2210
Re: cluster shared volumes monitor
Hi ssax,
You are the man, thank you very much man it worked.
regards
pantos
You are the man, thank you very much man it worked.
regards
pantos
- Wed May 18, 2016 4:07 am
- Forum: Nagios XI
- Topic: cluster shared volumes monitor
- Replies: 7
- Views: 2210
Re: cluster shared volumes monitor
Hi, On the server side in NSC.ini i have added the below line. You may need also. The "check_csv_freespace.ps1" powershell script you can download it from the site in my first post. check_csv_freespace=cmd /c echo scripts\check_csv_freespace.ps1 -n $ARG1$ -w $ARG2$ -c $ARG3$ | powershell.e...