Pierre,
Well, we 'implemented' that in PHP inside JFFNMS.
So JFFNMS does the HTTP GET to apache, parses that return info and feeds the graphs.
Javier
Pierre-Damien Gatouillat wrote:
I'm sorry, but I have no dev installation of jff to try it, maybe I try
it on this week-end.
The script I use is al
I'm sorry, but I have no dev installation of jff to try it, maybe I try
it on this week-end.
The script I use is also based on the /server-status? URL
(used with MRTG)
#!/usr/bin/perl
# depends on availability of status and extended status info from your
# Apache webserver -- your httpd.conf need
Hi,
Did your try to change myname with the ip address of your machine or by
localhost ?
When you point your browser to http://localhost, do you have any answer
? On linux OS, there is a test page (static html).
If it works, perhaps there is a problem with php.
After your modification of php.ini,
David,
Please try to test the current -devel, to see if the events and filters work.
I've tested the SLAs and they work fine.
Javier
LIMA David wrote:
Thanks a lot Javier, personally I have found some output errors on an Intel Pro 1000 last week (output errors for SRV are input errors for Switch is
Hi Pierre,
Yes, this seems to be a bug/feature of ucd-snmp maybe net-snmp too.
I use "pass" instead of exec that allows me to specify the type, but its more
complex.
And for the Apache Hits, we made an interface type for it, its on todays
nightly, and it will be included in 0.7.9. This uses the
Hi,
My shell script is :
#!/bin/bash
DATE=`date +%Y%m%d`
LOG_TEMP="/tmp/log.imss"
grep "Final action" /usr/local/trend/imss/log/log.imss.$DATE* > $LOG_TEMP
TOTAL=`wc -l $LOG_TEMP | awk {'print $1'}`
DELETE=`grep Delete $LOG_TEMP | wc -l`
QUARANTINE=`grep Quarantine $LOG_TEMP | wc -l`
echo $TOTAL
ec
Thanks a lot Javier, personally I have found some output errors on an Intel Pro 1000
last week (output errors for SRV are input errors for Switch isn't it ?). JFFNMS was
graphing them but does not report me any SLA, it is why I discovered that there is not
output errors SLA condition.
Hi David,
Thanks for this.
I've included it in my current -devel.
I plan to release a 0.7.9-pre1 this week, it will be great if people could test
it. Your changes will show up in todays nigthly.
I made the Processes value variable. And I changeed some descriptions.
But I didn't include the Outpu
Hi Folks, here is my setup to forward windows event log to jffnms, if Javier want to
include it on the main distrib of JFFNMS.
1- first, install the ntsylog agent on your win hosts (go to sf.net to download the
soft