Hi,
What are the user privileges for installing Grafana on RH Linux please?
Once installed, I need to be able to start/stop and setup Grafana to start automatically at OS reboot.
Thanks,
Regards,
Hi,
Are you planning to have a sudoer ?
Good Luck
Yes, the idea is to create a new user with the necessary privileges to install/start/stop Grafana and all other users to only sudo to the above user.
I don’t think you can possibly install Grafana without root privileges,
therefore you either need to sudo to root or else create another user with
UID=0 and GID=0, which is no more secure than just giving people root access.
Antony.