Publish single graphs without authentication
Hi,
I am looking at Observium as an alternative / addition to Cacti and it looks really nice so far.
One thing I do with Cacti is publish single graphs of bandwidth on core routers and switches to websites (or wikis), so that other people can see that current usage very fast without having to access Cacti. This works by giving a guest (means: no login) read access and then just using the URL for the graph (e.g. .../graph_image.php?local_graph_id=330).
The last part is as easy in Observium (../graph.php?type=port_bits&id=150&height=200&width=600), but I don't think there is an easy option to do this without authentication.
Any idea on how to accomplish this?
Thanks
Create a user with just permission on that port/device/whatevs and add &username=foo&password=bar to URL maybe.
Tom
On 7/07/2013 17:56, Stephan Dahlmann wrote:
Hi,
I am looking at Observium as an alternative / addition to Cacti and it looks really nice so far.
One thing I do with Cacti is publish single graphs of bandwidth on core routers and switches to websites (or wikis), so that other people can see that current usage very fast without having to access Cacti. This works by giving a guest (means: no login) read access and then just using the URL for the graph (e.g. .../graph_image.php?local_graph_id=330).
The last part is as easy in Observium (../graph.php?type=port_bits&id=150&height=200&width=600), but I don't think there is an easy option to do this without authentication.
Any idea on how to accomplish this?
Thanks
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Adding authentication based on IP/subnet might be handy as well. On Jul 7, 2013 10:59 AM, "Tom Laermans" tom.laermans@powersource.cx wrote:
Create a user with just permission on that port/device/whatevs and add &username=foo&password=bar to URL maybe.
Tom
On 7/07/2013 17:56, Stephan Dahlmann wrote:
Hi,
I am looking at Observium as an alternative / addition to Cacti and it looks really nice so far.
One thing I do with Cacti is publish single graphs of bandwidth on core routers and switches to websites (or wikis), so that other people can see that current usage very fast without having to access Cacti. This works by giving a guest (means: no login) read access and then just using the URL for the graph (e.g. .../graph_image.php?local_graph_id=330).
The last part is as easy in Observium (../graph.php?type=port_bits&id=150&height=200&width=600), but I don't think there is an easy option to do this without authentication.
Any idea on how to accomplish this?
Thanks
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I'm not sure I understand correctly, if I do, we already have that?
On 7/07/2013 20:03, Paul Strefling wrote:
Adding authentication based on IP/subnet might be handy as well.
On Jul 7, 2013 10:59 AM, "Tom Laermans" <tom.laermans@powersource.cx mailto:tom.laermans@powersource.cx> wrote:
Create a user with just permission on that port/device/whatevs and add &username=foo&password=bar to URL maybe. Tom On 7/07/2013 17:56, Stephan Dahlmann wrote:
Hi, I am looking at Observium as an alternative / addition to Cacti and it looks really nice so far. One thing I do with Cacti is publish single graphs of bandwidth on core routers and switches to websites (or wikis), so that other people can see that current usage very fast without having to access Cacti. This works by giving a guest (means: no login) read access and then just using the URL for the graph (e.g. .../graph_image.php?local_graph_id=330). The last part is as easy in Observium (../graph.php?type=port_bits&id=150&height=200&width=600), but I don't think there is an easy option to do this without authentication. Any idea on how to accomplish this? Thanks _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Perfect. Thanks.
2013/7/7 Tom Laermans tom.laermans@powersource.cx
Create a user with just permission on that port/device/whatevs and add &username=foo&password=bar to URL maybe.
Tom
On 7/07/2013 17:56, Stephan Dahlmann wrote:
Hi,
I am looking at Observium as an alternative / addition to Cacti and it looks really nice so far.
One thing I do with Cacti is publish single graphs of bandwidth on core routers and switches to websites (or wikis), so that other people can see that current usage very fast without having to access Cacti. This works by giving a guest (means: no login) read access and then just using the URL for the graph (e.g. .../graph_image.php?local_graph_id=330).
The last part is as easy in Observium (../graph.php?type=port_bits&id=150&height=200&width=600), but I don't think there is an easy option to do this without authentication.
Any idea on how to accomplish this?
Thanks
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
At 07-07-2013 17:56, Stephan Dahlmann wrote:
Any idea on how to accomplish this?
add to config.php: $config['allow_unauth_graphs'] = 1;
http://www.observium.org/wiki/Configuration_Options#Authentication
participants (4)
-
Michiel Klaver
-
Paul Strefling
-
Stephan Dahlmann
-
Tom Laermans