<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
I have a Perl script that can do what you are looking for but it is not finished and is part of a client package I use at work.  It does the following:<BR>
<BR>
<PRE>    1. Thresholds per mount point, if threshold is 
        not set for given mount a global threshold is used
    2. Excludes read-only mounts
    3. UNIX OS independent - each OS has its own Perl Module
        to set OS specif commands.
    4. Put all mount into one service check
        Working on allowing each mount point to be a separate
        service check.
</PRE>
I will post it if any one is interested.   Here is an example of the configuration for it:<BR>
<BR>
########### BEGIN ##########<BR>
#<BR>
# Global warning/critical levels<BR>
#<BR>
warning  = 95<BR>
critical = 99<BR>
<BR>
#<BR>
# Comma delimited list of mount points to exclude<BR>
#<BR>
#exclude  = /m1,/m2<BR>
<BR>
#<BR>
# Mount  Warning  Critical<BR>
# Point<BR>
#<BR>
/          97      99<BR>
########### END ##########<BR>
<BR>
The package I am working on has Perl scripts to monitor processes, load and swap.  There is also a log monitor piece that uses "sec".    <BR>
<BR>
If any one is interested let me know and I will post what I have so far.<BR>
<BR>
- Jamie Bohr<BR>
 <BR>
On Mon, 2004-05-10 at 16:53, Patrick Proy wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>I wrote one using snmp : look at check_snmp_storage.pl at</FONT>
<A HREF="http://www.manubulon.com/nagios/"><U>http://www.manubulon.com/nagios/</U></A><FONT COLOR="#737373"> .
You can use the regexp feature to exclude multiple filesystems (I never did
it that way, but it should work).

Patrick

________________________________

De : nagios-users-admin@lists.sourceforge.net
[mailto:nagios-users-admin@lists.sourceforge.net] De la part de Nolan, Greg
Envoyé : lundi 10 mai 2004 23:09
À : nagios-users@lists.sourceforge.net
Objet : [Nagios-users] Disk Usage and excluding file systems



Nagios Users/Developers/Gurus, 

I would like to excluded multiple filesystems when checking disk usage, does
anyone have a method for doing this?  If not, has anyone written their own
check_disk command?

Thanks for the assistance. 

Greg Nolan 
Data Communications Analyst 
Disney Worldwide Services 
(818)560-4159  -  (8228-4159) 

"This communication is confidential, intended only for the named
recipient(s) above and may contain trade secrets or other information that
is exempt from disclosure under applicable law. Any use, dissemination,
distribution or copying of this communication by anyone other than the named
recipient(s) is strictly prohibited. If you have received this communication
in error, please immediately notify us by calling (818) 560-4159. Thank
you." 





-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.</FONT>
<A HREF="http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3"><U>http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3</U></A>
<FONT COLOR="#737373">_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net</FONT>
<A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users"><U>https://lists.sourceforge.net/lists/listinfo/nagios-users</U></A>
<FONT COLOR="#737373">::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null</I></FONT></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>