file monitoring with mtime&noexist
Hi !
.. i want to monitor the /var/run/yum.pid file for hanging yum-process ...
So my hobbit-client.cfg looks like
FILE /var/run/yum.pid mtime>86400 noexist
I want an alert, if the file exits and it's older than 24 hours, but i've got an alarm if it's exists and not if it's exist and already 24hours old ...
Got somebody an idea how it works ?
.. or did i something misunderstood ...
thanks & cheers
Martin
martin.flemming at desy.de a écrit :
Hi !
.. i want to monitor the /var/run/yum.pid file for hanging yum-process ...
So my hobbit-client.cfg looks like
FILE /var/run/yum.pid mtime>86400 noexist
I want an alert, if the file exits and it's older than 24 hours, but i've got an alarm if it's exists and not if it's exist and already 24hours old ...
Got somebody an idea how it works ?
.. or did i something misunderstood ...
thanks & cheers
MartinTo unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I needed to do same, so here is what I did :
in client-local.cfg (hosted on xymon server) :
[your_host]
file:find /var/run -name "yum.pid" -mtime +86400
Then in hobbit-clients.cfg (hosted on xymon server too) :
HOST=yourhost FILE /var/run/yum.pid red NOEXIST
Of course, you can use yellow instead of red.
Then reload your xymon server (restart is not needed) and wait a little. The client on your host will ask xymon server the section in client-local.cfg, then it'll apply it, so the changes should take about 15minutes to be applied.
Great, thanks a lot !
But i wonder a little bit, that it works for you with
file:
find /var/run -name "yum.pid" -mtime +86400
because -mtime +86400 means 86400 * 24 hours
-mtime n
File's data was last modified n*24 hours ago.
I use now -mmin +60
-mmin n
File's data was last modified n minutes ago.
And it works great !
thanks martin
On Fri, 15 May 2009, dOCtoR MADneSs wrote:
martin.flemming at desy.de a écrit :
Hi !
.. i want to monitor the /var/run/yum.pid file for hanging yum-process ...
So my hobbit-client.cfg looks like
FILE /var/run/yum.pid mtime>86400 noexist
I want an alert, if the file exits and it's older than 24 hours, but i've got an alarm if it's exists and not if it's exist and already 24hours old ...
Got somebody an idea how it works ?
.. or did i something misunderstood ...
thanks & cheers
MartinTo unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I needed to do same, so here is what I did :
in client-local.cfg (hosted on xymon server) :
[your_host] file:
find /var/run -name "yum.pid" -mtime +86400Then in hobbit-clients.cfg (hosted on xymon server too) :
HOST=yourhost FILE /var/run/yum.pid red NOEXIST
Of course, you can use yellow instead of red.
Then reload your xymon server (restart is not needed) and wait a little. The client on your host will ask xymon server the section in client-local.cfg, then it'll apply it, so the changes should take about 15minutes to be applied.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hello,
I tried to monitor filesize, like this:
file:/var/adm/lastlog in client-local.cfg
and
FILE /var/adm/lastlog SIZE<200 yellow in hobbit-clients.cfg
but the result in Xymon is:
/var/adm/lastlog File has size 1205958097242064 - should be <8585729928
The File /var/adm/lastlog is about 280k
best regards Frank
-----Ursprüngliche Nachricht----- Von: dOCtoR MADneSs [mailto:doctor at makelofine.org] Gesendet: Freitag, 15. Mai 2009 13:46 An: hobbit at hswn.dk Betreff: Re: [hobbit] file monitoring with mtime&noexist
martin.flemming at desy.de a écrit :
Hi !
.. i want to monitor the /var/run/yum.pid file for hanging yum-process ...
So my hobbit-client.cfg looks like
FILE /var/run/yum.pid mtime>86400 noexist
I want an alert, if the file exits and it's older than 24 hours, but i've got an alarm if it's exists and not if it's exist and already 24hours old ...
Got somebody an idea how it works ?
.. or did i something misunderstood ...
thanks & cheers
MartinTo unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I needed to do same, so here is what I did :
in client-local.cfg (hosted on xymon server) :
[your_host]
file:find /var/run -name "yum.pid" -mtime +86400
Then in hobbit-clients.cfg (hosted on xymon server too) :
HOST=yourhost FILE /var/run/yum.pid red NOEXIST
Of course, you can use yellow instead of red.
Then reload your xymon server (restart is not needed) and wait a little. The client on your host will ask xymon server the section in client-local.cfg, then it'll apply it, so the changes should take about 15minutes to be applied.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.
participants (3)
-
doctor@makelofine.org
-
Frank.Schwarz@kordoba.de
-
martin.flemming@desy.de