From 467d38dcba8a02034807edb4ca36130633ef079c Mon Sep 17 00:00:00 2001 From: Kevin Krumm Date: Wed, 8 Nov 2017 13:11:42 -0600 Subject: [PATCH] docs: added more info capture debug (#7683) * docs: added more info capture debug * Update Device-Troubleshooting.md --- doc/Support/Device-Troubleshooting.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/Support/Device-Troubleshooting.md b/doc/Support/Device-Troubleshooting.md index 7596a95c81..361ba64f46 100644 --- a/doc/Support/Device-Troubleshooting.md +++ b/doc/Support/Device-Troubleshooting.md @@ -4,11 +4,22 @@ source: Support/Device-Troubleshooting.md You can use this feature to run Debug on Discovery, Poller, SNMP, Alerts. This output information could be helpful for you in troubleshooting a device or when requesting help. -This feautre can be found by going to the deivce that you are troubleshooting in the web ui, clicking on the settings icon menu on far right and selecting +This feautre can be found by going to the deivce that you are troubleshooting in the webui, clicking on the settings icon menu on far right and selecting Capture. ![Capture-Debug-Icon](/img/capture-debug-icon.png) +### Discovery +`./discovery.php` will run and output debug infomation. + +### Poller +`./poller.php` will run and output debug information. + +### SNMP + SNMP will run SNMP Bulk Walk on the device and output the information. + ### Alerts -Debug Capture is handy when you are creating alerts and need to see if your alert rule matches. +Alerts Capture is handy when you are creating alerts and need to see if your alert rule matches. + ![device-troubleshooting](/img/device-troubleshooting.png) +