summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-12-13 13:33:49 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2014-12-13 13:33:49 +0100
commit35a4e5cf48ba418fd9bce4b023a1f897823aafb8 (patch)
tree3d92f44cb985c350deb17940dfd343e5157faa9c /docs
parent7ac5011098f3c717f14c8059754a9b654798db85 (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')
-rw-r--r--docs/configuration.md7
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