nook24 / statusengine

New PHP based MySQL Backend for Naemon and Nagios 4 + responsive web frontend
https://statusengine.org/
GNU General Public License v2.0
16 stars 8 forks source link

Disable anonymous mode #51

Open thale13 opened 1 year ago

thale13 commented 1 year ago

Is there a way to disable the anonymous/guest mode, or at least prevent it from acting on nodes (disabling, etc)?

nook24 commented 1 year ago

This is the repository of Statusengine 2 which is EOL

You are probably using Statusengine 3. If so here you go: https://github.com/statusengine/interface/blob/master/etc/config.yml.example#L13

In case you are really still using version 2, looks like there was also a demo mode. Don’t remember what it did but you can disable it in the config file: https://github.com/nook24/statusengine/blob/master/cakephp/app/Config/Interface.php#L28

thale13 commented 1 year ago

Apologies. I didn't catch it was SE v2.

Also, thanks for the response.