[jffnms-users] temperature display

2004-09-02 Thread Thomas Mangin
Javier, I do not know why it seems that the graph for this interface is not willing to create itself, even if the poller is running. The kit is a 2950 and this is the chassis temperature. I do not normally get temperature for 2924s. Is it due to a DB configuration issue not associating a poller f

Re: [jffnms-users] Problem with Debian sarge upgrade

2004-09-02 Thread Craig Small
On Thu, Sep 02, 2004 at 12:57:28PM +0200, Javier Castillo Alcibar wrote: > Today I'd upgrade my sarge (apt-get upgrade) and jffnms stop > working. Now, this is my config: I'm the packager of the Debian JFFNMS. I can see your class problem, it was reported to Javier many months ago, not sure w

Re: [jffnms-users] (no subject)

2004-09-02 Thread Javier Szyszlican
Pierre, You should look into the shell script. Its returning the type as STRING instead of INTEGER. To convert it you have to do $value = str_replace("\"","",$value); Javier Pierre-Damien Gatouillat wrote: Thanks for your reply. But my script returns, for example 872, but the snmp function return "

[jffnms-users] (no subject)

2004-09-02 Thread Pierre-Damien Gatouillat
Thanks for your reply. But my script returns, for example 872, but the snmp function return "872" : [EMAIL PROTECTED] engine]# snmpwalk -v 1 192.168.4.20 public .1.3.6.1.4.1.2021.51 enterprises.ucdavis.51.1.1 = 1 enterprises.ucdavis.51.2.1 = "mail" enterprises.ucdavis.51.3.1 = "/usr/local/bin/stat

Re: [jffnms-users] New Poller Problem

2004-09-02 Thread Javier Szyszlican
Hi Pierre, Everything is fine. Except that the return value is a string, and it has to be a number. You don't see it in the RRD line because its not a number. So, you have 3 options. - Modify the stat_mail.sh to return an INTEGER without the " " - Create a poller to get this OID and convert it to

[jffnms-users] New Poller Problem

2004-09-02 Thread Pierre-Damien Gatouillat
Hello everybody, I have had a new poller item like that : ID Description Name (Match RRD Struct DS) Poller Command (file) Parameters 10001 Mail Accounting Total mail_delete snmp_counter .1.3.6.1.4.1.2021.51.101.1 The OID is a private one and exec un shell script via

RE: [jffnms-users] Problem with Debian sarge upgrade

2004-09-02 Thread Javier Castillo Alcibar
Hi Kelly, Apache works perfectly. The problem is that CRON process executes this command each five minutes: "php4 poller.php", but the command ends unspectedly, returning 255. In other words, jffnms cannot poll devices after the upgrade. In my first email, I did not mention that I did a modificat

[jffnms-users] Problem with Debian sarge upgrade

2004-09-02 Thread Javier Castillo Alcibar
Hello,   Today I’d upgrade my sarge (apt-get upgrade) and jffnms stop working….. Now, this is my config:   ii  jffnms 0.7.8-2    Web-based Network Management Sytem (NMS) for IP networks ii  mysql-server   4.0.20-11  mysql