![](https://secure.gravatar.com/avatar/16c81245bf8b935d0c9387855f9ead2e.jpg?s=120&d=mm&r=g)
Hello Observium users,
I was following this manual http://www.keithrogers.co.uk/?p=12 to create a custom graph in observium and hit some issues.
The APP tab does not appear in observium gui and looks like the graph is not being created.
Here is some data:
When I run "poller -h monitored_server" I see the following info in the output:
[ntp] => string(0) "" [postfix_mailq] => string(19) "Mail queue is empty" [local] => string(0) "" [app] => array( [apache_procs] => string(6) "609938" ) ) ... ... No include: kernel No include: netctr No include: ntp No include: postfix_mailq No include: local No include: app Including: applications/apache_procs.inc.php apache_procs
So, it looks like observium is getting data, but I'm not sure where to look to check why I don't see the relevant graph.
Thanks,
Roman.
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
Hi Roman,
That page is outdated - some of the code has changed in the meanwhile.
I think you should be good once you register the app with Observium from apache_procs.inc.php:
discover_app($device, 'apache_procs');
Tom
On 11/11/2016 17:44, Roman Romanyak wrote:
Hello Observium users,
I was following this manual http://www.keithrogers.co.uk/?p=12 to create a custom graph in observium and hit some issues.
The APP tab does not appear in observium gui and looks like the graph is not being created.
Here is some data:
When I run "poller -h monitored_server" I see the following info in the output:
[ntp] => string(0) "" [postfix_mailq] => string(19) "Mail queue is empty" [local] => string(0) "" [app] => array( [apache_procs] => string(6) "609938" ) ) ... ... No include: kernel No include: netctr No include: ntp No include: postfix_mailq No include: local No include: app Including: applications/apache_procs.inc.php apache_procs
So, it looks like observium is getting data, but I'm not sure where to look to check why I don't see the relevant graph.
Thanks,
Roman.
-- Roman Romanyak Network engineer
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Roman Romanyak
-
Tom Laermans