Update Oxidized.md (#10864)

* Update Oxidized.md

Hello,
I think this could be really useful, i searched for a long time before finding that command would work in a bare repo.
It allow to remove deleted devices that we don't have anymore.

* Update Oxidized.md
This commit is contained in:
Antoine Christol
2019-12-17 00:11:06 +01:00
committed by PipoCanaja
parent 7d9770c9ff
commit 535469de59

View File

@@ -252,3 +252,10 @@ file content:
```
git cat-file -p <object id>
```
# Remove disabled/removed device
If you want to purge saved config of a device that is not in LibreNMS anymore, you can run the following command:
```
git rm --cached <object id>
```