Update Rancid.md (#12487)

* Update Rancid.md

The current installation manual suggests running php-fpm as user librenms.  adding user www-data to group rancid won't help in making the rancid config files available for librenms.

* Update Rancid.md

Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
This commit is contained in:
fablabo
2021-02-01 20:54:57 +01:00
committed by GitHub
parent 3251cc8ac0
commit 12533aa9a6

View File

@@ -79,7 +79,6 @@ Copy the output. Replace all ":" with ";" example:
```
alphcr1:cisco:up will change to:
alphcr1;cisco;up
```
copy and past results into the below file:
@@ -131,7 +130,8 @@ Upon success, run rancid:
Ensure your configs pulled:
```sudo su - rancid
```
sudo su - rancid
cd librenms/configs/
ls
```
@@ -139,8 +139,7 @@ ls
Make sure your config files are there :-)
```
sudo usermod -a -G rancid www-data
cd /opt/librenms/
sudo usermod -a -G rancid librenms
```
Add Rancid into LibreNMS config.php: