Re: [jffnms-users] rrd parameter

2004-09-09 Thread Javier Szyszlican
Pierre, You let us know if that worked better. If you see real improvement when using another RRA we might add it to JFFNMS< Javier Pierre-Damien Gatouillat wrote: hmmm, yes it works, I put an "enter" and not a "space". Maybe I'm wrong, but when we have a look to a weekly or monthly graph,

Re: [jffnms-users] rrd parameter

2004-09-09 Thread Pierre-Damien Gatouillat
hmmm, yes it works, I put an "enter" and not a "space". Maybe I'm wrong, but when we have a look to a weekly or monthly graph, all the value are average. The maxima have disappear... I thought with another rra, I could print the maxima. Or is there another solution ? Pierre. Javier Szyszlican a

Re: [jffnms-users] Storage SLA

2004-09-09 Thread Javier Szyszlican
Jeff, Thats how JFFNMS works. The real name is only stored in the DB with a reference to the file it is. So, all your RRD Files will have a DS named 'data'. Javier [EMAIL PROTECTED] wrote: Javier, I checked all my rrd files and they all show a DS name of "data" but the rrdtool_fetch_ds function is

Re: [jffnms-users] Storage SLA

2004-09-09 Thread vaneek
Javier, I checked all my rrd files and they all show a DS name of "data" but the rrdtool_fetch_ds function is passed "storage_block_size", "storage_block_count", and "storage_used_blocks". Is the latter correct and all my rrd files were created with a generic DS of "data"? Jeff > Hi Jeff, > >

Re: [jffnms-users] rrd parameter

2004-09-09 Thread Javier Szyszlican
Hi Pierre, This should work, be sure to add only a space between the 2 RRAs not an "enter". Why do you need this? Javier Pierre-Damien GATOUILLAT wrote: hello, I would like to have another rra in my rrd files to keep the MAX value. I try to add it in the interface type (linux/unix host) : RRA:AVERA

Re: [jffnms-users] Storage SLA

2004-09-09 Thread Javier Szyszlican
Hi Jeff, You are right, everything seems fine. Please add this debugs: var_dump ($values); in line 33 of engine/analyzers/sla.inc.php And then show me the output of the rrd analyzer again. Javier [EMAIL PROTECTED] wrote: Javier, The poller output is as follows; 11:30:25 : H 8 : I 82 : P 10

Re: [jffnms-users] Not receiving alerts/email

2004-09-09 Thread Javier Szyszlican
Jason, You will have to enable Debugging/Logging in setup.php and then checkout the logs/trigger.log file to know whats happening. Javier Jason Humes wrote: Hi So I've got my user account profile setup with my email address...I've got my Trigger Users setup with my two triggers and are set to ac

RE: [jffnms-users] Variables for email alerts

2004-09-09 Thread Jason Humes
So, I've set my trigger to send the 'short' mail...but I don't see what controls what is included in the 'short' message in that email.inc.php file. Thanks. Jason -Original Message- From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:37 PM Cc: '[EMAIL P

Re: [jffnms-users] Variables for email alerts

2004-09-09 Thread Javier Szyszlican
Jason, No exactly like that. But you will see ie: $interface["id"], $alarm["duration"], etc So its only a matter of using the right variable. Javier Jason Humes wrote: Can I use these in the email.inc.php script to customize what the email says? Thanks. jason -Original Message- Fro

RE: [jffnms-users] Variables for email alerts

2004-09-09 Thread Jason Humes
Can I use these in the email.inc.php script to customize what the email says? Thanks. jason -Original Message- From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 10:59 AM To: JFFNMS Mail List Subject: Re: [jffnms-users] Variables for email alerts Jaso

[jffnms-users] rrd parameter

2004-09-09 Thread Pierre-Damien GATOUILLAT
hello, I would like to have another rra in my rrd files to keep the MAX value. I try to add it in the interface type (linux/unix host) : RRA:AVERAGE:0.5:1: RRA:MAX:0.5:1: but when my rrd file is created, I have only the rra average. Javier, is it possible to do that ? Pierre -

[jffnms-users] Customizing email alerts

2004-09-09 Thread Jason Humes
Hi So I need to customize the email alerts so that they can be sent via a text pager and I need to trim down what jffnms sends. So I'm looking at the email file under /opt/jffnms/actions, but this file seems too complex for me to follow. I just want an email that says as an example...none of the

[jffnms-users] Not receiving alerts/email

2004-09-09 Thread Jason Humes
Hi So I've got my user account profile setup with my email address...I've got my Trigger Users setup with my two triggers and are set to active. Under triggers configuration I've got two Triggers setup...one to watch for power supply failures; 7 10 If Event Text is Equa

Re: [jffnms-users] Variables for email alerts

2004-09-09 Thread Javier Szyszlican
Jason, This is the complete list of variables you can use in any part of the Triggers Variables. Javier > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: [jffnms-users] Storage SLA

2004-09-09 Thread Javier Szyszlican
Hi Jeff, This is odd.. For looking at the output I should say that the poller is not getting the correct values here. But you say the graph of this same interfaces looks ok. Can you show me the graph for interface 82 and the poller output for it too? Thanks, Javier [EMAIL PROTECTED] wrote: I have

Re: [jffnms-users] Graphs problem

2004-09-09 Thread Javier Szyszlican
Hi Aldo, Are you sure you ran /admin/setup.php and save the config? Because that error means that your browser couldn't find the image file. If you want, check the HTML source of that page, to know the relative path jffnms used, I'm guessing its not the correct. Javier Aldo Canepa wrote: Hi ever

[jffnms-users] (no subject)

2004-09-09 Thread vaneek
I have a problem where the disk SLA always reports 0. In the logs, the rrd_analyzer reports correctly the storage_block_count but zero for storage_block_size and storage_used_blocks. The poller and RRD graphs do show the correct values for the filesystem. Any pointers on how to debug this? Here i

Re: [jffnms-users] Variables for email alerts

2004-09-09 Thread Javier Szyszlican
Hi Jason, Thats what Triggers are for. Just create a trigger that matches that kind of event/alarm. The normal "Send eMail' action includes the values you want. Javier Jason Humes wrote: Hi Is there anyway that I can configure what JFFNMS sends in its alert emails? I've got 50 switches and we wa

[jffnms-users] Graphs problem

2004-09-09 Thread Aldo Canepa
Hi everyone, IƬve just installed JFFNSM on a new server, everything seems goes ok polling, ok but when i try to have a look to a graphic i can read only "u Micro, m Milli, k Kilo, M Mega, G Giga" and noting else? What's the problem? Thanks for all Aldo Canepa ADSL Manager VILLAGE SRL Via Br

[jffnms-users] Variables for email alerts

2004-09-09 Thread Jason Humes
Hi Is there anyway that I can configure what JFFNMS sends in its alert emails? I've got 50 switches and we want to have jff watch their internal power supplies for failure and alert on that condition. I've got the event listed in the event view and I want the email to say the time, and switch whic