mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Deprecate poller.php (#15370)
* Deprecate poller.php * Apply fixes from StyleCI * Remove references to poller.php Leave wrapper... * fix python style * update wraper to call lnms device:poll * Quiet output too * make pb happy --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
26
.github/ISSUE_TEMPLATE/device_bug.yml
vendored
26
.github/ISSUE_TEMPLATE/device_bug.yml
vendored
@@ -6,9 +6,9 @@ body:
|
||||
value: |
|
||||
This issue form is for reporting device ***_BUGS_*** only!
|
||||
|
||||
* [Add Device request here](https://community.librenms.org/c/device-requests/12)
|
||||
* [Add Device request here](https://community.librenms.org/c/device-requests/12)
|
||||
* [I have a question or need support](https://www.librenms.org/#support)
|
||||
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
required: true
|
||||
@@ -23,53 +23,53 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
## Environment
|
||||
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
attributes:
|
||||
label: Output of ./validate.php
|
||||
description: |
|
||||
Please post the output of running: /opt/librenms/validate.php
|
||||
render: txt
|
||||
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: What was the last working version of LibreNMS?
|
||||
placeholder: 21.7.0
|
||||
description: >
|
||||
If known, otherwise leave blank.
|
||||
|
||||
|
||||
- type: input
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
attributes:
|
||||
label: Device info
|
||||
placeholder: Juniper SRX1500
|
||||
description: >
|
||||
The Brand and model of the device
|
||||
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# Details
|
||||
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
attributes:
|
||||
label: Discovery output
|
||||
description: |
|
||||
Paste the result of:
|
||||
./discovery.php -d -h HOSTNAME
|
||||
render: txt
|
||||
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
attributes:
|
||||
label: Poller output
|
||||
description: |
|
||||
Paste the result of:
|
||||
./poller.php -r -f -p -d -h HOSTNAME
|
||||
lnms device:poll HOSTNAME -vv --no-data
|
||||
render: txt
|
||||
|
Reference in New Issue
Block a user