Where i Could storage my Custom plugin
Posted: Mon Dec 21, 2015 3:40 am
hello Community!
I´m new to Nagios and want to test with other my plugin
little bit #!/bin/bash and php ... public Stored on github >> https://github.com/Smiril/quotaweb-nagios
The plugin will stored half on a webserver with php5 and the other bash script with CRON entry on a Linux box
simple give an output in Nagios like:
the checking CRON command is:
What you think about it?
Have tested on OpenSuSe 13.2 with Apache2 and Nagios 4.0.8
I´m new to Nagios and want to test with other my plugin
little bit #!/bin/bash and php ... public Stored on github >> https://github.com/Smiril/quotaweb-nagios
The plugin will stored half on a webserver with php5 and the other bash script with CRON entry on a Linux box
simple give an output in Nagios like:
Code: Select all
used: 52 MB of free: 409253 MB and total space 409387 MBCode: Select all
curl http://192.168.0.14/diskx.php?disk=/home/ > /tmp/bullethomeHave tested on OpenSuSe 13.2 with Apache2 and Nagios 4.0.8