Hi,
I I downloaded the LibreNMS for my virtual Box and it is working perfectly. I also created the weathermap.
During the test I created many weathermaps and I wanted to delete the previous one.
I have to go to the folder name /opt/librenms/html/plugins/weathermap/config to delete the old config.
I tried directly cd /opt/librenms/html/plugins/weathermap/config but it did not allowed me to do so. Thus I did as below:
root:~$cd /opt
root:/opt$cd librenms
root:~$ _
soon i do cd librenms i go out and go to the root
can any one know what actually is the issue? and how to get the solution of this issue?
It’s a capital W in Weathermap. I’d honestly suggest learning some basic linux skills alongside LibreNMS, it will really help in debugging these things.
What I mean is that you may need to change to the librenms user in order to do what you are attempting.
sudo su librenms = sudo - run command in elevated state, su - switch user, librenms - the librenms user. Your user may be called something else, but this is NOT the root user.