Where i Could storage my Custom plugin

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Smiril
Posts: 1
Joined: Sun Dec 20, 2015 5:17 pm

Where i Could storage my Custom plugin

Post by Smiril »

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:

Code: Select all

used: 52 MB of free: 409253 MB and total space 409387 MB
the checking CRON command is:

Code: Select all

curl http://192.168.0.14/diskx.php?disk=/home/ > /tmp/bullethome
What you think about it?

Have tested on OpenSuSe 13.2 with Apache2 and Nagios 4.0.8
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Where i Could storage my Custom plugin

Post by tmcdonald »

We have our Nagios Exchange site for hosting plugins and other community-developed code:

https://exchange.nagios.org
Former Nagios employee
Locked