The front page? It is designed to be customised.
We almost totally ignore it in reality, as no one uses it.
Which front page are you using? The default one?
Adam Summerfield asummerfield@harbourmsp.com wrote:
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
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.
Regards,
Adam
From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Wednesday, 16 January 2013 10:30 AM To: Observium Network Observation System Subject: Re: [Observium] Overview
The front page? It is designed to be customised.
We almost totally ignore it in reality, as no one uses it.
Which front page are you using? The default one?
Adam Summerfield <asummerfield@harbourmsp.commailto:asummerfield@harbourmsp.com> wrote: Attempting to put this into production with our NOC.
When they logon with the user class of “Global Read” they can see the devices but nothing appears on the overview page.
If I create the user with class of “Normal” they cannot see anything.
Admin class of course works as expected. Regards,
Adam
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]
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]
Do not do this. you want >= 7, as previously stated.
User level 7 is "global read". User level 1 is "can't see anything", and should therefore not see anything on the front page.
On Fri, 18 Jan 2013 09:48:03 +1100, Adam Summerfield asummerfield@harbourmsp.com wrote:
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]
Thanks for the notice will change straight away...
Regards,
Adam
-----Original Message----- From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Friday, 18 January 2013 10:05 AM To: Observium Network Observation System Subject: Re: [Observium] Overview
Do not do this. you want >= 7, as previously stated.
User level 7 is "global read". User level 1 is "can't see anything", and should therefore not see anything on the front page.
On Fri, 18 Jan 2013 09:48:03 +1100, Adam Summerfield asummerfield@harbourmsp.com wrote:
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]
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
We should probably move away from the userlevel system, because it doesn't make sense.
Probably better to have "global_read" and "global_write" attributes on the user.
adam.
On Fri, 18 Jan 2013 11:14:02 +1100, Adam Summerfield asummerfield@harbourmsp.com wrote:
Thanks for the notice will change straight away...
Regards,
Adam
-----Original Message----- From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Friday, 18 January 2013 10:05 AM To: Observium Network Observation System Subject: Re: [Observium] Overview
Do not do this. you want >= 7, as previously stated.
User level 7 is "global read". User level 1 is "can't see anything", and should therefore not see anything on the front page.
On Fri, 18 Jan 2013 09:48:03 +1100, Adam Summerfield asummerfield@harbourmsp.com wrote:
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]
observium mailing list 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
I was impressed by the rights system in pfSense. Every tab has its own allow/ deny attribute, which is configurable for users and groups.
send from a mobile device. please excuse my briefity. On Jan 18, 2013 2:03 AM, "Adam Armstrong" adama@memetic.org wrote:
We should probably move away from the userlevel system, because it doesn't make sense.
Probably better to have "global_read" and "global_write" attributes on the user.
adam.
On Fri, 18 Jan 2013 11:14:02 +1100, Adam Summerfield asummerfield@harbourmsp.com wrote:
Thanks for the notice will change straight away...
Regards,
Adam
-----Original Message----- From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Friday, 18 January 2013 10:05 AM To: Observium Network Observation System Subject: Re: [Observium] Overview
Do not do this. you want >= 7, as previously stated.
User level 7 is "global read". User level 1 is "can't see anything", and should therefore not see anything on the front page.
On Fri, 18 Jan 2013 09:48:03 +1100, Adam Summerfield asummerfield@harbourmsp.com wrote:
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]
observium mailing list 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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
Adam Summerfield
-
Rob J. Epping