Build precise queries to find exactly what you need
Press ESC to close
@elpatron
Favorites0
Views
Projects0
Nothing more to say. :)
Reviewed 10 years ago
Easy to install und use, clean performace data, tested with Nagios 4.0.2 and PNP 0.6.21 (Debian wheezy). Unfortunately, ping response times from speedtest-cli.sh seem to be much too big (by the factor of 10)?
Reviewed 12 years ago
Thanks for this creative plugin - runs fine on my RaspberryPi / Nagios4.
works as expected. thanks. here is my quick and dirty bash script for an availabilty report for a specific host: ============= #!/bin/bash STARTDATE=$(/bin/date --date='-1 month' +%s) ENDDATE=$(/bin/date +%s) URL="http://localhost/nagios/cgi-bin/avail.cgi?host=$1&service=http&t1=$STARTDATE&t2=$ENDDATE&backtrack=4&assumestateretention=yes&assumeinitialstates=yes&assumestatesduringnotrunning=yes&initialassumedhoststate=0&initialassumedservicestate=0&show_log_entries&showscheduleddowntime=yes" #echo $URL PDFFILE="$1.PDF" /usr/local/bin/wkhtmltopdf --username nagiosadmin --password 1234567 $URL $PDFFILE > /dev/nul =============
Reviewed 11 years ago
Works like a charm on my Raspberry Pi.
Thanks, no prolems here. My Debian needed a `sudo apt-get install libnet-ldap-perl`.
Reviewed 8 years ago