[Nagiosplug-devel] [ nagiosplug-Patches-881147 ] New check_overcr plugin by Greg Fleck

SourceForge.net noreply at sourceforge.net
Tue Jan 20 21:30:02 CET 2004


Patches item #881147, was opened at 2004-01-21 05:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=881147&group_id=29880

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ethan Galstad (egalstad)
Assigned to: Nobody/Anonymous (nobody)
Summary: New check_overcr plugin by Greg Fleck

Initial Comment:
This is an updated check_overcr plugin submitted by
Greg Fleck.  His notes on the changes made to the
plugin follow:


I made some changes to the attached files... The main
goal was to receive
additional disk information in nagios. The primary
functionality is
intact..


check_overcr.c (A few more changes here)
 added DF command (DPU v2) to parse information... Returns:
  DISK OK - 86% used on /dev/sda1 (T:783G,U:672G,F:111G)
 removed output message parts "ok" and "problem" with "OK",
"WARRING", and "CRITICAL"
 so the out put messages would look something like:	
  DISK OK - 86% used on /dev/sda1 (T:783G,U:672G,F:111G)
  DISK WARNING - 86% used on /dev/sda1
(T:783G,U:672G,F:111G)
  DISK CRITICAL- 86% used on /dev/sda1
(T:783G,U:672G,F:111G)
 for example. The reason for this change was that
NAGIOS had problem
parsing the output.

Please forgive the coding. I am not a great C or perl
writer....



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=881147&group_id=29880




More information about the Devel mailing list