Skip to content

Commit d7f2f42

Browse files
authored
Remove references to deprecated pastebin service (librenms#17768)
1 parent b96bc9e commit d7f2f42

File tree

2 files changed

+6
-192
lines changed

2 files changed

+6
-192
lines changed

doc/Support/FAQ.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,19 +479,20 @@ follow the below steps.
479479

480480
Please [open a feature request in the community forum](https://community.librenms.org/c/feature-requests) and provide
481481
the 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

484484
Please use preferably the command line to obtain the information.
485485
Especially, if snmpwalk results in a large amount of data. Replace the
486486
relevant information in these commands such as HOSTNAME and
487487
COMMUNITY. 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

497498
You can use the links provided by these commands within the community post.

pbin.sh

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)