I resolved my issue by changing this to
"if ($_SESSION['userlevel'] >= '1')" which is guest read only access.
Regards,
Adam
-----Original Message----- From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Rob J. Epping Sent: Friday, 18 January 2013 1:26 AM To: Observium Network Observation System Subject: Re: [Observium] Overview
Hi,
On Wed, Jan 16, 2013 at 2:12 AM, Adam Summerfield asummerfield@harbourmsp.com wrote:
Yes sorry when you first logon you get say..
which is the same as
http://observium.harbour/overview/
with admin access I see BGP sessions down and "Recent Eventlog Entries" is populated.
Without admin access all I see is the tile of "Recent Eventlog Entries" without any etries.
There are four "if ($_SESSION['userlevel'] == '10')" lines in html/pages/front/default.php that probably should be "if ($_SESSION['userlevel'] >= '7')"
This solved the issue for me.
Regards,
Adam
[SNIP]