various small doc improvements (#5459)

This commit is contained in:
Neil Lathwood
2017-01-16 14:18:37 +00:00
committed by Tony Murray
parent 463b271a0d
commit 83f24dc493
3 changed files with 4 additions and 3 deletions

View File

@@ -12,3 +12,4 @@ Please confirm each of the sections below by putting an `x` in the box like `[x]
- [ ] Please include all of the information between the `====================================` section of `./validate.php` which you can run from the cli. - [ ] Please include all of the information between the `====================================` section of `./validate.php` which you can run from the cli.
- [ ] Unless your issue is for a WebUI fix or feature then please provide ALL info asked for [here](http://docs.librenms.org/Support/FAQ/#faq20). - [ ] Unless your issue is for a WebUI fix or feature then please provide ALL info asked for [here](http://docs.librenms.org/Support/FAQ/#faq20).
- [ ] Please provide as much detail as possible. - [ ] Please provide as much detail as possible.
- [ ] Please do NOT post more than 10 lines of debug information here, use a pastebin service or GitHub Gists.

View File

@@ -4,5 +4,5 @@ DO NOT DELETE THIS TEXT
> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.
- [ ] Have you signed the [Contributors agreement](http://docs.librenms.org/General/Contributing/) - [ ] Have you signed the [Contributors agreement](http://docs.librenms.org/General/Contributing/) - please do NOT submit a pull request unless you have (signing the agreement in the same pull request is fine). Your commit message for signing the agreement must appear as per the docs.
- [ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) - [ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

View File

@@ -254,8 +254,8 @@ You can also use the command line to obtain the information. Especially, if snm
Replace the relevant information in these commands such as HOSTNAME and COMMUNITY. Use `snmpwalk` instead of `snmpbulkwalk` for v1 devices. Replace the relevant information in these commands such as HOSTNAME and COMMUNITY. Use `snmpwalk` instead of `snmpbulkwalk` for v1 devices.
```bash ```bash
./discovery.php -h HOSTNAME -d -m os ./discovery.php -h HOSTNAME -d
./poller.php -h HOSTNAME -r -f -d -m os ./poller.php -h HOSTNAME -r -f -d
snmpbulkwalk -OUneb -v2c -c COMMUNITY HOSTNAME . snmpbulkwalk -OUneb -v2c -c COMMUNITY HOSTNAME .
``` ```