mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
PipoCanaja
parent
7d9770c9ff
commit
535469de59
@@ -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>
|
||||
```
|
||||
|
Reference in New Issue
Block a user