File tree Expand file tree Collapse file tree 2 files changed +6
-192
lines changed
Expand file tree Collapse file tree 2 files changed +6
-192
lines changed Original file line number Diff line number Diff line change @@ -479,19 +479,20 @@ follow the below steps.
479479
480480Please [ open a feature request in the community forum] ( https://community.librenms.org/c/feature-requests ) and provide
481481the output of Discovery, Poller, and Snmpwalk as separate non-expiring
482- < https://p.libren.ms / > links :
482+ "pastebin" links, we recommend using < https://paste.rs / > or < https://paste.sh/ >
483483
484484Please use preferably the command line to obtain the information.
485485Especially, if snmpwalk results in a large amount of data. Replace the
486486relevant information in these commands such as HOSTNAME and
487487COMMUNITY. Use ` snmpwalk ` instead of ` snmpbulkwalk ` for v1 devices.
488488
489- > These commands will automatically upload the data to LibreNMS servers.
489+ > These commands will automatically upload the data to < https://paste.rs/ > servers.
490+ > Feel free to use another service!
490491
491492``` bash
492- ./discovery.php -h HOSTNAME -d | ./pbin.sh
493- lnms device:poll HOSTNAME -vv | ./pbin.sh
494- snmpbulkwalk -OUneb -v2c -c COMMUNITY HOSTNAME . | ./pbin.sh
493+ ./discovery.php -h HOSTNAME -d | curl --data-binary @- https://paste.rs/
494+ lnms device:poll HOSTNAME -vv | curl --data-binary @- https://paste.rs/
495+ snmpbulkwalk -OUneb -v2c -c COMMUNITY HOSTNAME . | curl --data-binary @- https://paste.rs/
495496```
496497
497498You can use the links provided by these commands within the community post.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments