From 35a4e5cf48ba418fd9bce4b023a1f897823aafb8 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sat, 13 Dec 2014 13:33:49 +0100 Subject: Option to hide commands. Set $config\['output'\]\['show_command'\] to true or false to show or hide the command in the output. Also fix ping/traceroute without FQDN on BIRD, Quagga and Cisco. --- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 3c0061d..56d6efd 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -155,6 +155,13 @@ $config['routers']['router1']['auth'] = 'ssh-key'; ``` The passphrase option is not needed if the key is not passphrase protected. +### Output + +```php +$config['output']['show_command'] = true; +``` +Defines if the command used to get the output should be displayed or not. + ### Logs ```php -- cgit v1.2.3