3rd party plugins

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bgee
Posts: 8
Joined: Thu Aug 29, 2013 5:23 pm

3rd party plugins

Post by bgee »

Is there a standard method to install 3rd party plugins? I tried to install the well liked check_printer from http://exchange.nagios.org/directory/Pl ... es/details . Since it's just a a text file, i'm not sure how to save it and how to install it properly as my attempt won't work.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: 3rd party plugins

Post by abrist »

The following document outlines the standard procedure for installing and testing custom plugins:
http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
Looks like your plugin is a php file. Make it executable with:

Code: Select all

chmod +x check_printer
Place it in the directory:

Code: Select all

/usr/local/nagios/libexec
Follow the document for the rest of the details for installation (making a command etc.)
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked