pkg-monitoring-plugins/debian
2007-12-06 13:37:22 +00:00
..
patches fix reference to 06_checkircd.dpatch 2007-12-06 12:14:40 +00:00
pluginconfig add ssh check with possibility of port specification 2007-07-09 10:15:44 +00:00
changelog new upstream 2007-12-06 13:37:22 +00:00
compat remove source-dist branch 2006-01-20 18:48:40 +00:00
control make lintian happy and add some usefull informations into control 2007-12-06 10:54:08 +00:00
copyright remove source-dist branch 2006-01-20 18:48:40 +00:00
dirs remove source-dist branch 2006-01-20 18:48:40 +00:00
docs remove source-dist branch 2006-01-20 18:48:40 +00:00
functions another ucf fix 2006-12-06 22:33:38 +00:00
nagios-plugins-basic.dirs will need these too, i guess 2006-09-20 21:38:05 +00:00
nagios-plugins-basic.postinst testing fix for conffile prompts 2006-12-05 18:34:39 +00:00
nagios-plugins-basic.postrm.in add a missing conffile, and add extensions to stuff in the postrms 2006-09-20 22:09:35 +00:00
nagios-plugins-standard.dirs will need these too, i guess 2006-09-20 21:38:05 +00:00
nagios-plugins-standard.postinst testing fix for conffile prompts 2006-12-05 18:34:39 +00:00
nagios-plugins-standard.postrm.in add a missing conffile, and add extensions to stuff in the postrms 2006-09-20 22:09:35 +00:00
NEWS.Debian remove static community string in ifstatus.cfg and leave notice in NEWS.Debian 2007-01-11 14:10:59 +00:00
README.Debian remove source-dist branch 2006-01-20 18:48:40 +00:00
rules make lintian happy and add some usefull informations into control 2007-12-06 10:54:08 +00:00
sarge.md5sums adding sarge md5sums, just in case i need them 2006-12-05 22:19:37 +00:00
TODO remove source-dist branch 2006-01-20 18:48:40 +00:00
watch fix watch file .. seems c&p problem at first time 2007-12-06 11:02:19 +00:00

================================================================================
nagios-plugins for Debian
================================================================================

below is a collection of various bits of information that might be
helpful to users of nagios-plugins in debian.

================================================================================
different plugin packages and how to avoid installing massive dependencies
================================================================================

if you're frustrated by all the crap being brought in by nagios-plugins (for
example if you're installing nrpe or nsca on a remote host), try the
nagios-plugins-basic package.

================================================================================
plugins needing root privilege
================================================================================

the check_dhcp and check_icmp plugins require root privileges to
run, because of the low-level packet mangling that they perform.
but, in the interest of the "safe default", these plugins will not
be installed with the suid bit set.  there are two recommended ways
about overriding this on your system:

- set the suid bit with dpkg-statoverride:

# dpkg-statoverride --update --add root nagios 4750 $plugin

where $plugin is the specific plugin you want to grant such privileges.

- use sudo to grant the permissions and modify your plugin config

of these two, the first is recommended because it's the simplest and
has the same effect as the second.


 -- sean finney <seanius@debian.org>  Thu, 06 Oct 2005 04:48:16 -0400