Re: [jffnms-users] question about custom poller

2006-10-19 Thread Javier Szyszlican
You still need to create the interface type field for that RRD dataset. And your poller name (Disk_Queue) should be the same name as the rrd field in the interface type fields for your interface type. Javier Dijk, Sebastian van wrote: > I am trying to get some other SNMP Informant ID's to run wi

[jffnms-users] question about custom poller

2006-10-13 Thread Dijk, Sebastian van
I am trying to get some other SNMP Informant ID's to run with JFFNMS.   I've created a script : Disk_Queue.inc.php   function graph_Disk_Queue ($data) {       $opts_DEF = rrdtool_get_def($data,array("Disk_Queue"));       $opts_GRAPH = array(    "AREA:Disk_Queue#00CC00:'Disk Queue'",