Re: Website browsing

2002-06-07 Thread Gilles Lamiral
David, > Though the http monitor script validate the web server is responding, it > can't validate the service hosted on this webserver is correctly running .. So what is a webserver correctly running ? -- Au revoir, 33 (0) 2 99 78 62 49 Gilles Lamiral. France

Re: Website browsing

2002-06-07 Thread Andrew Ryan
On Friday 07 June 2002 03:10 pm, David Amiel wrote: > Hi, > > I would like to know if someone has tried to simulate a website browsing > and monitor it with mon ? yeah, and it's not easy. > > Though the http monitor script validate the web server is responding, it > can't validate the service ho

Website browsing

2002-06-07 Thread David Amiel
Hi, I would like to know if someone has tried to simulate a website browsing and monitor it with mon ? Though the http monitor script validate the web server is responding, it can't validate the service hosted on this webserver is correctly running .. Any ideas ? Cheers, David

Re: a Ping of mons and patches

2002-06-07 Thread Jim Trocki
On Fri, 7 Jun 2002, Ed Ravin wrote: > Ahem. So Jim, you're committing his patches but not mine? :-) :-) actually: mon mon-0-99-3.11 Sat, 23 Feb 2002 10:29:45 -0500 by trockij Parent-Version: mon-0-99-3.10 Version-Log: fping.monitor patch from ed ravin Project-Description: as abov

mon.cgi patch to show failures only

2002-06-07 Thread Ed Ravin
Speaking of things that have been patched but not distributed, I don't think my patch for "show failures only" in mon.cgi ever made it to the list. This is good for folks who don't want to see the "sea of green" get constantly redrawn, and might even help the guy who's trying to manage 20,000 hos

Re: a Ping of mons and patches

2002-06-07 Thread Roderick Schertler
But of course, here's the fping.monitor I ended up with. #!/usr/bin/perl # # Return a list of hosts which not reachable via ICMP echo # # Jim Trocki, [EMAIL PROTECTED] # # $Id: fping.monitor 1.7 Mon, 27 Aug 2001 14:22:45 -0400 trockij $ # #Copyright (C) 1998, Jim Trocki # #This program is

a Ping of mons and patches

2002-06-07 Thread Ed Ravin
Roderick Schertler writes: > Oops, I was just looking at some messages on the list I'd flagged as "do > something with this" and I found that Ed Ravin sent in a much nicer fix > for this back in October! Searching for a public URL to it, I see he > reposted it with an additional improvement in Fe

Re: failure_interval, fping.monitor patches

2002-06-07 Thread Roderick Schertler
Oops, I was just looking at some messages on the list I'd flagged as "do something with this" and I found that Ed Ravin sent in a much nicer fix for this back in October! Searching for a public URL to it, I see he reposted it with an additional improvement in February. http://www.mail-archiv

Re: using syslog on solaris with mon

2002-06-07 Thread Roderick Schertler
On Tue, 4 Jun 2002 15:19:51 +0200, [EMAIL PROTECTED] said: > > I'll already created an entry in /etc/syslog.conf that redirect all the > message in local0 and modified mon to have in $CF{"SYSLOG_FACILITY"} = > "local0" instead of $CF{"SYSLOG_FACILITY"} = "daemon". However, there > is always the d

Re: failure_interval, fping.monitor patches

2002-06-07 Thread Roderick Schertler
I've a couple of other fping messages which should be skipped (ICMP redirect, and unreachable due to administrative filter). Here's an update for the previous patch which skips them, too. Index: mon.d/fping.monitor === RCS file: /us

AW: dtlogging in combination with mon.cgi

2002-06-07 Thread Kreibaum, Uwe
We have hostgroups with 150 - 250 hosts... and since dtlog lacks the details we need, we finally hacked a programm to analyze monhist.log - we configured an empty alert (just alert.template), so that every alert gets logged with the date and the failed hosts. It takes a bit of data shuffling, but