Xymon Mailing List Archive search

Disk Ignore - easy

7 messages in this thread

list Derek Deckert · Fri, 19 Jun 2009 11:02:34 -0500 ·
Hey everyone.  I have a slight problem and i dont know why it is not
working.

I am trying to ignore a disk that is mounted on /diskname
the actual path is /dev/diskname

i want to ignore it or even not have it show up red, because it is always
full (its static)

i have tried the following in bb-hosts....each one i have waited for about
10 min
HOST=hostname
DISK %^/diskname IGNORE

DISK /diskname IGNORE

DISK * 90 95 /diskname IGNORE

DISK * 90 95 /dev/diskname IGNORE

DISK /dev/diskname IGNORE

DISK %^/dev/diskname IGNORE

I dont know why its not working...hmmm


Thanks in advanced everyone.


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. � 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.
list Ralph Mitchell · Fri, 19 Jun 2009 11:08:12 -0500 ·
I've had a certain amount of success with setting the warn and panic levels
to 101%...
Ralph Mitchell
quoted from Derek Deckert


On Fri, Jun 19, 2009 at 11:02 AM, <user-7cb470a0e94e@xymon.invalid> wrote:
Hey everyone.  I have a slight problem and i dont know why it is not
working.

I am trying to ignore a disk that is mounted on /diskname
the actual path is /dev/diskname

i want to ignore it or even not have it show up red, because it is always
full (its static)

i have tried the following in bb-hosts....each one i have waited for about
10 min
HOST=hostname
DISK %^/diskname IGNORE

DISK /diskname IGNORE

DISK * 90 95 /diskname IGNORE

DISK * 90 95 /dev/diskname IGNORE

DISK /dev/diskname IGNORE

DISK %^/dev/diskname IGNORE

I dont know why its not working...hmmm


Thanks in advanced everyone.


Notice:
This communication is an electronic communication within the meaning of the
Electronic Communications Privacy Act, 18 U.S.C. § 2510.  Its disclosure is
strictly limited to the recipient(s) intended by the sender of this message.
 This transmission and any attachments may contain proprietary,
confidential, attorney-client privileged information and/or attorney work
product. If you are not the intended recipient, any disclosure, copying,
distribution, reliance on, or use of any of the information contained herein
is STRICTLY PROHIBITED.  Please destroy the original transmission and its
attachments without reading or saving in any matter and confirm by return
email.
list Derek Deckert · Fri, 19 Jun 2009 11:10:59 -0500 ·
Ive tried that it that didnt work either???

How long did you wait until it showed up???
quoted from Ralph Mitchell


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. � 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.
list Ralph Mitchell · Fri, 19 Jun 2009 11:22:40 -0500 ·
It was quite quick, but I was doing other stuff at the same time that
required booting the server, so Hobbit was restarted.  Maybe that made the
difference??
quoted from Derek Deckert
Ralph Mitchell


On Fri, Jun 19, 2009 at 11:10 AM, <user-7cb470a0e94e@xymon.invalid> wrote:
Ive tried that it that didnt work either???

How long did you wait until it showed up???


Notice:
This communication is an electronic communication within the meaning of the
Electronic Communications Privacy Act, 18 U.S.C. § 2510.  Its disclosure is
strictly limited to the recipient(s) intended by the sender of this message.
 This transmission and any attachments may contain proprietary,
confidential, attorney-client privileged information and/or attorney work
product. If you are not the intended recipient, any disclosure, copying,
distribution, reliance on, or use of any of the information contained herein
is STRICTLY PROHIBITED.  Please destroy the original transmission and its
attachments without reading or saving in any matter and confirm by return
email.
list Thomas R. Brand · Fri, 19 Jun 2009 12:53:09 -0400 ·
From my file hobbit-clients.cfg file; this works for me

DEFAULT
   DISK    /backup         IGNORE
   DISK    /mnt/rescueFS   IGNORE


Tom
quoted from Ralph Mitchell

-----Original Message-----
From: user-7cb470a0e94e@xymon.invalid [mailto:user-7cb470a0e94e@xymon.invalid]
Sent: Friday, June 19, 2009 12:03 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Disk Ignore - easy


Hey everyone.  I have a slight problem and i dont know why it is not
working.

I am trying to ignore a disk that is mounted on /diskname
the actual path is /dev/diskname

i want to ignore it or even not have it show up red, because it is always
full (its static)

i have tried the following in bb-hosts....each one i have waited for about
10 min
HOST=hostname
DISK %^/diskname IGNORE

DISK /diskname IGNORE

DISK * 90 95 /diskname IGNORE

DISK * 90 95 /dev/diskname IGNORE

DISK /dev/diskname IGNORE

DISK %^/dev/diskname IGNORE

I dont know why its not working...hmmm


Thanks in advanced everyone.


Notice:
This communication is an electronic communication within the meaning of
the Electronic Communications Privacy Act, 18 U.S.C. § 2510.  Its
disclosure is strictly limited to the recipient(s) intended by the sender
of this message.  This transmission and any attachments may contain
proprietary, confidential, attorney-client privileged information and/or
attorney work product. If you are not the intended recipient, any
disclosure, copying, distribution, reliance on, or use of any of the
information contained herein is STRICTLY PROHIBITED.  Please destroy the
original transmission and its attachments without reading or saving in any
matter and confirm by return email.
list Wouter Schoot · Fri, 19 Jun 2009 22:45:44 +0200 ·
quoted from Ralph Mitchell
Ralph Mitchell wrote:
I've had a certain amount of success with setting the warn and panic 
levels to 101%...
hobbit-clients file
HOST=ascent.student.utwente.nl
         DISK /storage 101 101

ascent at ascent:~$ mount |grep storage
/dev/mapper/storage-storage on /storage type ext3 
(rw,noexec,nodev,noatime,data=writeback)

This wil mark the partition as green although it's full (full = 100% filled)

ascent at ascent:~$ df -h | grep storage
/dev/mapper/storage-storage
                       2.7T  2.7T  5.1G 100% /storage
list Larry Barber · Fri, 19 Jun 2009 16:27:37 -0500 ·
I hope that "bb-hosts" was a typo? These entries belong in
hobbit-clients.cfg or localclient.cfg, depending on how you have your Hobbit
client configured.

Thanks,
Larry Barber
quoted from Thomas R. Brand

On Fri, Jun 19, 2009 at 11:02 AM, <user-7cb470a0e94e@xymon.invalid> wrote:
Hey everyone.  I have a slight problem and i dont know why it is not
working.

I am trying to ignore a disk that is mounted on /diskname
the actual path is /dev/diskname

i want to ignore it or even not have it show up red, because it is always
full (its static)

i have tried the following in bb-hosts....each one i have waited for about
10 min
HOST=hostname
DISK %^/diskname IGNORE

DISK /diskname IGNORE

DISK * 90 95 /diskname IGNORE

DISK * 90 95 /dev/diskname IGNORE

DISK /dev/diskname IGNORE

DISK %^/dev/diskname IGNORE

I dont know why its not working...hmmm


Thanks in advanced everyone.


Notice:
This communication is an electronic communication within the meaning of the
Electronic Communications Privacy Act, 18 U.S.C. § 2510.  Its disclosure is
strictly limited to the recipient(s) intended by the sender of this message.
 This transmission and any attachments may contain proprietary,
confidential, attorney-client privileged information and/or attorney work
product. If you are not the intended recipient, any disclosure, copying,
distribution, reliance on, or use of any of the information contained herein
is STRICTLY PROHIBITED.  Please destroy the original transmission and its
attachments without reading or saving in any matter and confirm by return
email.