diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-13 13:33:49 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-13 13:33:49 +0100 |
commit | 35a4e5cf48ba418fd9bce4b023a1f897823aafb8 (patch) | |
tree | 3d92f44cb985c350deb17940dfd343e5157faa9c /docs/configuration.md | |
parent | 7ac5011098f3c717f14c8059754a9b654798db85 (diff) |
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.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |