Skip to content

Commit db5c202

Browse files
authored
Fix debug output in lnms snmp commands (librenms#18086)
1 parent 6288a43 commit db5c202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Console/Commands/SnmpFetch.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public function __construct()
4141
*/
4242
public function handle(): int
4343
{
44+
$this->configureOutputOptions();
45+
4446
$this->validate([
4547
'output' => ['nullable', Rule::in(['value', 'values', 'table', 'index-table'])],
4648
]);

0 commit comments

Comments
 (0)