Search found 23 matches
- Wed Nov 14, 2012 8:27 am
- Forum: Nagios XI
- Topic: Lock Notification Times Errors
- Replies: 8
- Views: 687
Re: Lock Notification Times Errors
OK so figured out the time periods for lock down only work with the user_specific notification timeperiod and I set that....so one error gone still receiving testUser does not have the XI notification handlers defined. Update the 'Notification Commands' for this contact in the Core Config Manager fo...
- Wed Nov 14, 2012 7:55 am
- Forum: Nagios XI
- Topic: Lock Notification Times Errors
- Replies: 8
- Views: 687
Re: Lock Notification Times Errors
Thanks still receiving errors on applying Notifications management lockdown does not have a valid timeperiod for deployment. The timeperiod will have to be configured from the Core Config Manager. does not have the XI notification handlers defined. Update the 'Notification Commands' for this contact...
- Wed Nov 07, 2012 11:29 am
- Forum: Nagios XI
- Topic: Nagios XI Exchange 2010 Wizard
- Replies: 11
- Views: 4553
Re: Nagios XI Exchange 2010 Wizard
I reversed the services in the command and it is successful for said services Which means the command is getting truncated some where. Also msftesql-Exchange is a manual start so how would it successfully query such a process and this process was currently running but the successful query says stopp...
- Wed Nov 07, 2012 8:00 am
- Forum: Nagios XI
- Topic: Nagios XI Exchange 2010 Wizard
- Replies: 11
- Views: 4553
Re: Nagios XI Exchange 2010 Wizard
Ran for all missing Services only one that fails to lookup anything is MSExchangeMonangePop3 and since we dont use POP I would expect that.. E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan geMailSubmission" SERVICE_NAME: MSExchangeMailSubmission E:\Exchange...
- Wed Nov 07, 2012 7:50 am
- Forum: Nagios XI
- Topic: Nagios XI Exchange 2010 Wizard
- Replies: 11
- Views: 4553
Re: Nagios XI Exchange 2010 Wizard
Code: Select all
sc query type= service state= all | find "MSExchan
geIS"
SERVICE_NAME: MSExchangeIS
- Tue Nov 06, 2012 2:45 pm
- Forum: Nagios XI
- Topic: Nagios XI Exchange 2010 Wizard
- Replies: 11
- Views: 4553
Nagios XI Exchange 2010 Wizard
We are demo'ing the XI version and are thinking about buying but there are issues needing to be resolved. When using the wizard to add Exchange 2010 Servers i have failures for MSExchangeImap4,MSExchangeIS,MSExchangeMailboxAssistants,MSExchangeMailSubmission,MSExchangeMonangePop3,MSExchangeRepl,MSEx...
- Tue Sep 04, 2012 12:53 pm
- Forum: Open Source Nagios Projects
- Topic: SNMP OID Query for Windows Partition
- Replies: 26
- Views: 14565
Re: SNMP OID Query for Windows Partition
Using Win32_Volume does return the partitions in the query but I am not sure how you would retrieve used disk space and warn/critically alert on it.... they are listed under the E:\ from Win32_Volume" CLASS: Win32_Volume Access|Automount|Availability|BlockSize|BootVolume|Capacity|Caption|Compre...
- Tue Sep 04, 2012 11:56 am
- Forum: Open Source Nagios Projects
- Topic: SNMP OID Query for Windows Partition
- Replies: 26
- Views: 14565
Re: SNMP OID Query for Windows Partition
yes but once again only partitions using drive letters.. CLASS: Win32_LogicalDisk Access|Availability|BlockSize|Caption|Compressed|ConfigManagerErrorCode|ConfigManagerUserConfig|CreationClassName|Description|DeviceID|DriveType|ErrorCleared|ErrorDescription|ErrorMethodology|FileSystem|FreeSpace|Insta...
- Tue Sep 04, 2012 8:47 am
- Forum: Open Source Nagios Projects
- Topic: SNMP OID Query for Windows Partition
- Replies: 26
- Views: 14565
Re: SNMP OID Query for Windows Partition
Have the WMI checks working using wmic and the check_wmi_plus script. perl check_wmi_plus.pl --inidir=/usr/lib/nagios/plugins/ -H x.x.x.x -u domain/username -p xxxxxxx -m checkdrivesize -o 1 -3 1 OK - Overall Disk Total=1990.50GB, Used=991.87GB (49.8%), Free=998.63GB (50.2%) |'Overall Disk Space'=99...
- Tue Sep 04, 2012 8:08 am
- Forum: Open Source Nagios Projects
- Topic: SNMP OID Query for Windows Partition
- Replies: 26
- Views: 14565
Re: SNMP OID Query for Windows Partition
Had a Perl Mod Issue but resolved it