Search found 27 matches
- Mon Jan 09, 2012 8:47 am
- Forum: Nagios XI
- Topic: NSClient++ VBS Script to Read Excel file
- Replies: 4
- Views: 1847
Re: NSClient++ VBS Script to Read Excel file
Done a bit of digging and am starting to wonder if its something to do with "interactive services", "interactive services" are disabled in Windows 2008 server. Also found the below chat log, which mentions NSClient and "interactive services". http://www.bitchx.com/log/n...
- Mon Jan 09, 2012 6:05 am
- Forum: Nagios XI
- Topic: NSClient++ VBS Script to Read Excel file
- Replies: 4
- Views: 1847
Re: NSClient++ VBS Script to Read Excel file
CheckExternalScripts is enabled and I am using CScript.exe in the command.
The error message is generated by Excel so the command is running. There's just something different to the way the script is run when launched locally from within Windows and from when its launched via the NSClient.
The error message is generated by Excel so the command is running. There's just something different to the way the script is run when launched locally from within Windows and from when its launched via the NSClient.
- Fri Jan 06, 2012 6:22 am
- Forum: Nagios XI
- Topic: NSClient++ VBS Script to Read Excel file
- Replies: 4
- Views: 1847
NSClient++ VBS Script to Read Excel file
We have a excel workbook we use as a asset list and I've tried writing a script to pull count data from a cell on the spreadsheet. The idea is to have a quick dashboard on Nagios with figures from the asset list. When I run the script straight from the Nagios box using, ./check_nrpe -H 10.2.10.231 -...
- Wed Nov 02, 2011 4:19 am
- Forum: Nagios XI
- Topic: Performance graphs not loading since 1.8 upgrade
- Replies: 15
- Views: 5004
Performance graphs not loading since 1.8 upgrade
Upgraded to 1.8 yesterday and since then no performance graphs are loading. Just get the graph title and the loading circle. Any ideas?
- Tue Aug 09, 2011 8:15 am
- Forum: Nagios XI
- Topic: Service Group Notifications
- Replies: 3
- Views: 432
Re: Service Group Notifications
I'm not sure if I'm being clear, I have a contact group "Disk space users" and a service group "Disk space monitors" I want notifications for anything in "Disk space monitors" to go to "Disk space users"
- Mon Aug 08, 2011 5:42 am
- Forum: Nagios XI
- Topic: Service Group Notifications
- Replies: 3
- Views: 432
Service Group Notifications
I've got a service group containing all disk space monitors and I want a specific contact group to receive alerts for these only. Is it possible to assign a contact group to a service group?
- Wed Aug 03, 2011 3:35 am
- Forum: Nagios XI
- Topic: SNMP Query
- Replies: 6
- Views: 1699
Re: SNMP Query
The name is,
besMailServerHealthTotalUsers.23
but I just tried walking and getting this and it behaves exactly the same as the numbers.
besMailServerHealthTotalUsers.23
but I just tried walking and getting this and it behaves exactly the same as the numbers.
- Mon Aug 01, 2011 11:15 am
- Forum: Nagios XI
- Topic: SNMP Query
- Replies: 6
- Views: 1699
Re: SNMP Query
Yes, the command I'm running is snmpget -v 2c -m +BLACKBERRYSERVERMIB-SMIV2 -c LONSVWIN207 10.2.10.136 1.3.6.1.4.1.3530.5.26.1.10.23 If I walk this command instead snmpwalk -v 2c -m +BLACKBERRYSERVERMIB-SMIV2 -c $community$ $host$ 1.3.6.1.4.1.3530.5.26.1.10.23 The correct information is displayed. I...
- Mon Aug 01, 2011 10:29 am
- Forum: Nagios XI
- Topic: SNMP Query
- Replies: 6
- Views: 1699
Re: SNMP Query
Same as running the snmpget command,
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m ALL -v 1 [authpriv] 10.2.10.136:161 besMailServerHealthTotalUsers.23
- Mon Aug 01, 2011 6:03 am
- Forum: Nagios XI
- Topic: SNMP Query
- Replies: 6
- Views: 1699
SNMP Query
I'm trying to setup Nagios to monitor SNMP from our BES server. We've got three different mail stores that it access's and I'm trying to use SNMP to display total amount of users from each store by using the BLACKBERRYSERVERMIB-SMIV2 and the below OID's. besMailServerHealthTotalUsers.23 (1.3.6.1.4.1...