Hey,
Having a hell of a time with this. I need to alert when a file exists. According to the manpage I should be able to use the "noexist" test. However, this doesn't appear to work. I've tried several combinations and cases, Has anyone actually gotten this to work?
In my client_local.cfg. I have a stanza similar to:
[odamid00-prod-us]
file:ls /pbr/biconfig/940/Lev1/Web/Logs/SASServer*/heaps/*.hprof
and in analysis,cfig I have:
HOST=%(odamid0).* FILE %/pbr/biconfig/940/Lev1/Web/Logs/SASServer*/heaps/*.hprof red noexist
I've tried using upper case and reversing the order but I cannot get it to turn red when the file exists. It does, however, give me a green dot and show that it sees the file so I'm confident it's at least partly working. NB: I'm using the latest Terabithia RPM.
=G=
PS: the man page and the analysis.cfg file disagree on the order of [color] and [things to check] from other experience, the man page is what is correct. I think someone may have previously pointed this out.
On Tue, 2018-10-02 at 20:37 -0400, Galen Johnson wrote:
HOST=%(odamid0).* FILE %/pbr/biconfig/940/Lev1/Web/Logs/SASServer*/heaps/*.hprof red noexist
It looks like you are using shell globbing here ('*') rather than a regex pattern for any characters ('.*').
John.
-- John Horne | Senior Operations Analyst | Technology and Information Services University of Plymouth | Drake Circus | Plymouth | Devon | PL4 8AA | UK
[http://www.plymouth.ac.uk/images/email_footer.gif]<http://www.plymouth.ac.uk/worldclass>
This email and any files with it are confidential and intended solely for the use of the recipient to whom it is addressed. If you are not the intended recipient then copying, distribution or other use of the information contained is strictly prohibited and you should not rely on it. If you have received this email in error please let the sender know immediately and delete it from your system(s). Internet emails are not necessarily secure. While we take every care, University of Plymouth accepts no responsibility for viruses and it is your responsibility to scan emails and their attachments. University of Plymouth does not accept responsibility for any changes made after it was sent. Nothing in this email or its attachments constitutes an order for goods or services unless accompanied by an official order form.
That did the trick. I hadn't even considered that the different regex blobbing would affect it. You da man.
And for completeness since Torsten commented, it appears to be case insensitive in that regard as I tried both upper and lower case. To be fair, the documentation is unclear on that point and if you look at the code, it's comparing lowercase so I'm guessing there is a call somewhere that lowcases the entry.
=G=
On Wed, Oct 3, 2018 at 7:20 AM John Horne <john.horne at plymouth.ac.uk> wrote:
On Tue, 2018-10-02 at 20:37 -0400, Galen Johnson wrote:
HOST=%(odamid0).* FILE %/pbr/biconfig/940/Lev1/Web/Logs/SASServer*/heaps/*.hprof red noexist
It looks like you are using shell globbing here ('*') rather than a regex pattern for any characters ('.*').
John.
-- John Horne | Senior Operations Analyst | Technology and Information Services University of Plymouth | Drake Circus | Plymouth | Devon | PL4 8AA | UK
[http://www.plymouth.ac.uk/images/email_footer.gif]< http://www.plymouth.ac.uk/worldclass>
This email and any files with it are confidential and intended solely for the use of the recipient to whom it is addressed. If you are not the intended recipient then copying, distribution or other use of the information contained is strictly prohibited and you should not rely on it. If you have received this email in error please let the sender know immediately and delete it from your system(s). Internet emails are not necessarily secure. While we take every care, University of Plymouth accepts no responsibility for viruses and it is your responsibility to scan emails and their attachments. University of Plymouth does not accept responsibility for any changes made after it was sent. Nothing in this email or its attachments constitutes an order for goods or services unless accompanied by an official order form.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
participants (2)
-
john.horne@plymouth.ac.uk
-
solitaryr@gmail.com