Browsed by
Month: May 2020

Setup NUT Server on Synolgoy Setup Router and XCP-NG

Setup NUT Server on Synolgoy Setup Router and XCP-NG

Synology Setup Synology DSM has already built in UPS support. In DSM using an administrative account open Control Panel – Hardware & Power – UPS. In the configuration you have the choice between “Synology UPS server” and “SNMP UPS”. The bad news is, that “SNMP UPS” are mostly very expensive. Professional UPS devices from APC have a so called “smart slot” where a proprietary optional network card from APC can be installed. While these are available for the higher-priced devices, the cards alone sometimes cost more then…

Read More Read More

Grafana Public Access Setup

Grafana Public Access Setup

To setup login for anonymous users you need to make these small configuration changes in the default.ini/grafana.ini file (Grafana\conf). If you want to hide the login page do this configuration:[auth] # Set to true to disable (hide) the login form, useful if you use OAuth #disable_login_form = false disable_login_form = true Change disable_login_form to true. Enable anonymous access:[auth.anonymous] # enable anonymous access enabled = true Specify the organization:# specify organization name that should be used for unauthenticated users org_name = YOUR_ORG_NAME_HERE Restart Grafana…

Read More Read More

Netdata Custom Dashboard V2

Netdata Custom Dashboard V2

To see this in action visit http://45.79.41.79:8087/statistics/ Putting this HTML code here for reference as an example of how you can use multiple servers In the config file edit the line : Near the top within <script> </script>NETDATA.options.current.stop_updates_when_focus_is_lost = false; I was to lazy to edit the config files and re-upload