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] 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] 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