Sponsored Content
Full Discussion: Nagios plugins
Special Forums UNIX and Linux Applications Infrastructure Monitoring Nagios plugins Post 302969587 by MadeInGermany on Thursday 24th of March 2016 08:33:08 AM
Old 03-24-2016
Nagios plugins

I don't like the standard monitoring plugins for Nagios. After hours of checking out alternatives, I finally decided to develop some own alternatives (and spend days Smilie).
The goal was to make system monitoring simple. (And not: getting as many details as possible.)
The plugins are written in standard shell. They work on Linux and Solaris and many other Unixes. They work well with nrpe (Nagios Remote Plugin Executor).
The attached zip file contains a text file DESCRIPTION that shortly describes the functions.
With some shell writing skills it should be easy to port the plugins to other monitoring tools.

Last edited by MadeInGermany; 10-30-2018 at 10:49 AM.. Reason: updated attached zip file
These 4 Users Gave Thanks to MadeInGermany For This Post:
 

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Nagios aka Netsaint plugins

Hi guys, I'm looking for a Nagios plugin which monitors selected processes and if they die, restarts them. Does anyone have such a plugin\script, or could anyone point me in the right direction? Cheers Jamie (3 Replies)
Discussion started by: JayC89
3 Replies

2. Infrastructure Monitoring

creating nagios plugins and defining services

Hello friends, i have essential nagios documents and some basic configuration documents but they dont meet my needs, so i would like to have a detailed, comprehensive documents that refers to pluggins, how to configure a complex nagios script as a service, maybe even how to trigger another... (0 Replies)
Discussion started by: EAGL€
0 Replies

3. Solaris

nagios-plugins-1.4.15 Install Problem on Solaris 10

I am trying to install nagios-plugins-1.4.15 on a Solaris 10 box and when I run the ./configure script I get this error: checking for grep that handles long lines and -e... configure: error: no acceptable grep could be found in... (2 Replies)
Discussion started by: thatwaseasy
2 Replies

4. Infrastructure Monitoring

Nagios check dependent on second nagios server

We have a dual Nagios server setup. One is setup for internal server monitoring on our LAN, while the second Nagios server is hosted externally and is used for external checks only such as URL and ping checks form the WAN side. I was wondering if there is any way to setup cross dependencies... (1 Reply)
Discussion started by: eugenes18t
1 Replies

5. Shell Programming and Scripting

Creating additional plugins for nagios

Team would like to know if anyone here had created a basic nagios plugin. I did write a simple postfix service checker. Then add it in nagios nrpe.cfg then restart nrpe and nagios and it is not working, its like i cant receive email if the service is stopped or running. #!/bin/bash... (0 Replies)
Discussion started by: kenshinhimura
0 Replies
MUNIN-SCHED(1p) 					User Contributed Perl Documentation					   MUNIN-SCHED(1p)

NAME
munin-sched - A daemon to gather information in cooperation with the main Munin program SYNOPSIS
munin-sched [--options] DESCRIPTION
munin-sched is a daemon for reporting statistics on system performance. It doesn't produce these itself, but instead relies on a number of plugins which are responsible for gathering the data they require, and describing how this should be graphed. In fact, it does little more than fielding requests from the Munin master, running the appropriate plugins, and returning the output they produce. OPTIONS
--config <configfile> Use <file> as configuration file. [/etc/munin/munin-node.conf] --[no]paranoia Only run plugins owned by root. Check permissions as well. [--noparanoia] --help View this help message. --debug View debug messages. This can be very verbose. FILES
/etc/munin/munin-node.conf /etc/munin/plugins/* /etc/munin/plugin-conf.d/* /var/run/munin/munin-sched.pid /var/log/munin/munin-sched.log VERSION
This is munin-sched v2.0.6-4+deb7u2 $Id$ AUTHORS
Audun Ytterdal, Jimmy Olsen, and Tore Anderson. BUGS
Please see http://munin-monitoring.org/report/1 <http://munin-monitoring.org/report/1>. COPYRIGHT
Copyright (C) 2002-2006 Audun Ytterdal, Jimmy Olsen, and Tore Anderson / Linpro AS. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is released under the GNU General Public License SEE ALSO
For information on configuration options, please refer to the man page for munin-node.conf. Many plugins can report whether or not they can reasonably be used on the node. "munin-node-configure" can use this information to help manage installed plugins. The network protocol is documented at http://munin-monitoring.org/wiki/network-protocol <http://munin-monitoring.org/wiki/network-protocol> perl v5.14.2 2013-11-12 MUNIN-SCHED(1p)
All times are GMT -4. The time now is 10:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy