docs: added Web UI rename device. (#7769)

This commit is contained in:
Kevin Krumm
2017-11-19 20:20:02 -06:00
committed by Tony Murray
parent 1cc0e7cd6d
commit 8a4a5b2987

View File

@ -136,12 +136,12 @@ If you poll a large number of devices / ports then it's recommended to run a loc
Running RRDCached is also highly advised in larger installs but has benefits no matter the size.
#### <a name="faq16"> How do I change the IP / hostname of a device?</a>
There is a host rename tool called renamehost.php in your librenms root directory. When renaming you are also changing the device's IP / hostname address for monitoring.
Usage:
```bash
./renamehost.php <old hostname> <new hostname>
```
You can also rename a device in the Web UI by going to the device, then clicking settings Icon -> Edit.
#### <a name="faq19"> My device doesn't finish polling within 300 seconds</a>