Thanks for this wonderful tool.
grep 'function select_backends' -Rl jffnms/*
gives me nothing.
I downloaded jffnms-0.8.2.tar.gz recently. Is a file containing that function missing.
I get a warning like this.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'select_backends' was given in /home/devrd/SOFTWARES/JFFNMS/jffnms- 0.8.2/htdocs/admin/adm/adm_standard.php on line 441
Also, no backend dropdown is displayed.
But,
mysql> select * from pollers_backend;
+-------+---------------------
-----+-------------------------+----------------------------+------+
| id | description | command | parameters | type |
+-------+--------------------------+-------------------------+----------------------------+------+
| 1 | No Backend | no_backend | | 0 |
| 2 | Unknown Event | event | 1 | 0 |
| 9 | Temporal Buffer | buffer | | 0 |
| 10 | RRDTool All DSs | rrd | * | 0 |
|
has 24 rows.
Is poller backend same as trap-receiver-backend?
Regards,
Praveen Kumar K.S
Bangalore.
| id | description | command | parameters | type |
+-------+--------------------------+-------------------------+----------------------------+------+
| 1 | No Backend | no_backend | | 0 |
| 2 | Unknown Event | event | 1 | 0 |
| 9 | Temporal Buffer | buffer | | 0 |
| 10 | RRDTool All DSs | rrd | * | 0 |
|
has 24 rows.
Is poller backend same as trap-receiver-backend?
Regards,
Praveen Kumar K.S
Bangalore.