diff options
author | nertwork <webmaster@nertwork.com> | 2016-12-20 11:17:41 -0800 |
---|---|---|
committer | nertwork <webmaster@nertwork.com> | 2016-12-20 11:17:41 -0800 |
commit | f8ec959dda6ca7db5505fa60be8ec33062d2b446 (patch) | |
tree | d5167947e705957ebb9d0ee3e2039c4df795124b /lib | |
parent | 7c323a2e5d19f69fae8de69b9d91bdea01592ed1 (diff) |
Quagga fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/oxidized/model/cumulus.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/oxidized/model/cumulus.rb b/lib/oxidized/model/cumulus.rb index 53908ec..4babd65 100644 --- a/lib/oxidized/model/cumulus.rb +++ b/lib/oxidized/model/cumulus.rb @@ -32,7 +32,10 @@ class Cumulus < Oxidized::Model cfg += add_comment 'IP Routes' cfg += cmd 'netstat -rn' - + + cfg += add_comment 'SNMP settings' + cfg i= cmd 'cat /etc/snmp/snmpd.conf' + cfg += add_comment 'QUAGGA DAEMONS' cfg += cmd 'cat /etc/quagga/daemons' |