Search found 21 matches
- Mon Nov 02, 2015 7:43 pm
- Forum: Nagios XI
- Topic: Nagios XI Support for AIX 7.1
- Replies: 7
- Views: 1196
Re: Nagios XI Support for AIX 7.1
I understand. However, we have access to IBM support and happy to facilitate and foster communication should you wish to assist with creating a package available for other AIX 7.1 customers.
- Mon Nov 02, 2015 4:16 pm
- Forum: Nagios XI
- Topic: Nagios XI Support for AIX 7.1
- Replies: 7
- Views: 1196
Re: Nagios XI Support for AIX 7.1
Who provided you the binary? IBM? Can we get IBM to assist to recompile binary or validate it to work?
- Mon Nov 02, 2015 2:40 pm
- Forum: Nagios XI
- Topic: Nagios XI Support for AIX 7.1
- Replies: 7
- Views: 1196
Nagios XI Support for AIX 7.1
Hello, Does anyone know if AIX 7.1 is supported with Nagios XI? If so, what is the best method to support AIX 7.1? AIX 6.1 and 5.3 works fine with agent but does not work for AIX 7.1. We also attempted to use NRPE on AIX 7.1 but that didn't work as well. Below is our attempt to install agent install...
- Fri Oct 23, 2015 11:44 am
- Forum: Nagios XI
- Topic: AD Authentication button missing?
- Replies: 1
- Views: 556
AD Authentication button missing?
Hello,
I successfully config AD authentication for users but we are missing the button to add users from LDAP? We are running Nagios XI 2014R2.7 version.
Is this normal or something not right here? If i create manual a user, that user can login using ldap credentials.
I successfully config AD authentication for users but we are missing the button to add users from LDAP? We are running Nagios XI 2014R2.7 version.
Is this normal or something not right here? If i create manual a user, that user can login using ldap credentials.
- Thu Sep 24, 2015 6:17 pm
- Forum: Nagios XI
- Topic: check_ms_win_disk_load error?
- Replies: 34
- Views: 7963
Re: check_ms_win_disk_load error?
figured it out... It was the command line thru powershell causing issue. Here is what I updated command to be: check_ms_win_disk_load = cmd /c echo scripts\check_ms_win_disk_load.ps1 $ARG1$; exit($lastexitcode) | powershell.exe -command - Also, in the original script file, updated the stanza and add...
- Thu Sep 24, 2015 12:09 pm
- Forum: Nagios XI
- Topic: check_ms_win_disk_load error?
- Replies: 34
- Views: 7963
Re: check_ms_win_disk_load error?
Here is the line reporting back from service status details:
OK: Drive D: Avg of 10 samples: {Rate (Read: 0.00616MB/s)(Write: 0.01002MB/s)} {Avg Nr of (Reads: 0.39437r/s)(Writes: 0.39437w/s)} {Latency (Read: 0.01251us)(Write: 0.04002us)} {Queue Length (Read: 0.00005ql)(Write: 0.00005ql)}
OK: Drive D: Avg of 10 samples: {Rate (Read: 0.00616MB/s)(Write: 0.01002MB/s)} {Avg Nr of (Reads: 0.39437r/s)(Writes: 0.39437w/s)} {Latency (Read: 0.01251us)(Write: 0.04002us)} {Queue Length (Read: 0.00005ql)(Write: 0.00005ql)}
- Thu Sep 24, 2015 12:08 pm
- Forum: Nagios XI
- Topic: check_ms_win_disk_load error?
- Replies: 34
- Views: 7963
Re: check_ms_win_disk_load error?
There is no values next to Performance data. Advanced Status Details Service State: Warning Duration: 1d 0h 0m 59s State Type: Hard Current Check: 5 of 5 Last Check: 09/24/2015 10:04:26 Next Check: 09/24/2015 10:09:26 Last State Change: 09/23/2015 10:06:29 Last Notification: Never Check Type: Active...
- Wed Sep 23, 2015 5:36 pm
- Forum: Nagios XI
- Topic: check_ms_win_disk_load error?
- Replies: 34
- Views: 7963
Re: check_ms_win_disk_load error?
The performance section is blank. It says the following: "No performance graphs were found for this service. If you have just started monitoring this object then it may take up to 15 minutes for the performance graphs to appear." Not the Syntax, just the values as I have it working and sho...
- Wed Sep 23, 2015 11:19 am
- Forum: Nagios XI
- Topic: check_ms_win_disk_load error?
- Replies: 34
- Views: 7963
Re: check_ms_win_disk_load error?
I've run the monitoring service for 17 hours and capatured the following sample data: OK: Drive C: Avg of 10 samples: {Rate (Read: 0.00077MB/s)(Write: 0.03809MB/s)} {Avg Nr of (Reads: 1.18337r/s)(Writes: 1.18337w/s)} {Latency (Read: 0.59111us)(Write: 5.73635us)} {Queue Length (Read: 0.00256ql)(Write...
- Tue Sep 22, 2015 5:10 pm
- Forum: Nagios XI
- Topic: check_ms_win_disk_load error?
- Replies: 34
- Views: 7963
Re: check_ms_win_disk_load error?
I'm happy to report I fixed the issue. Powershell and extra spaces was my issue. Once I removed the extra hidden space, I was able to run command remotely. [root@vnlpnagios01 libexec]# ./check_nrpe -H hnwtcompu01 -t 60 -c check_ms_win_disk_load -a '-H localhost' OK: Drive C: Avg of 2 samples: {Rate ...