Search found 7 matches
- Mon Jan 21, 2013 5:49 am
- Forum: Nagios XI
- Topic: Legacy availability report
- Replies: 3
- Views: 218
Re: Legacy availability report
Ok! That's great. I've been using the legacy availability report as a SLA report. A small python script logs onto the system, retrieves the report, converts it to pdf and then e-mails it to our NOC. However, we've had a problem with some of our hosts, which displayed weird uptimes ( like 99.993% ) d...
- Fri Nov 02, 2012 6:46 am
- Forum: Nagios XI
- Topic: ESX Wizard
- Replies: 14
- Views: 1332
Re: ESX Wizard
By adding
at the top of my check_esx3.pl script I fixed the error
Code: Select all
$ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0;
Code: Select all
Server version unavailable at 'https://<server>/sdk/vimService.wsdl' at /usr/lib/perl5/5.8.8/VMware/VICommon.pm line 545- Thu Nov 01, 2012 9:03 am
- Forum: Nagios XI
- Topic: Nagios XI SNMPTT install script issues
- Replies: 41
- Views: 4273
Re: Nagios XI SNMPTT install script issues
I've troubleshooted some more now: Trap entering on interface: # tcpdump -i eth1 -n udp port 162 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes 14:23:40.419449 IP 10.254.30.12.32789 > 10.232.130.65.s...
- Thu Nov 01, 2012 4:58 am
- Forum: Nagios XI
- Topic: Nagios XI SNMPTT install script issues
- Replies: 41
- Views: 4273
Re: Nagios XI SNMPTT install script issues
What I've noticed is that the NagiosXI-SNMPTrap.sh (downloaded from here http://assets.nagios.com/downloads/nagiosxi/scripts/xi-snmptrap.tar.gz 20121031) is broken. # Install the SNMP trap translator snmpttver=1.3 wget http://superb-sea2.dl.sourceforge.net/project/snmptt/snmptt/snmptt_${snmpttver}/s...
- Mon Oct 22, 2012 6:17 am
- Forum: Nagios XI
- Topic: Legacy availability report
- Replies: 3
- Views: 218
Legacy availability report
What availability does it measure? The one associated with the host check or all services + host check combined?
For clarification, let's say I have this report:
server01 - 95% availability
95% availability of what? Services? Host checks?
For clarification, let's say I have this report:
server01 - 95% availability
95% availability of what? Services? Host checks?
- Thu Sep 27, 2012 12:45 pm
- Forum: Nagios XI
- Topic: Questions about using Nagios XI for SLA reporting
- Replies: 4
- Views: 576
Re: Questions about using Nagios XI for SLA reporting
All right. Great.
I hope Legacy reports are included in the schedule and email features! Today you can't even export them to PDF, which is a bummer. 
- Wed Sep 26, 2012 11:43 am
- Forum: Nagios XI
- Topic: Questions about using Nagios XI for SLA reporting
- Replies: 4
- Views: 576
Questions about using Nagios XI for SLA reporting
We are a small hosting provider that's currently looking into using Nagios for generating SLA reports. We want to be able to schedule a report that shows us the uptime for various customer services. Since Nagios has quite a lot of information about the availability of services, we'd like to use Nagi...