Skip to content

Commit

Permalink
Value Mapping add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmartres committed Jul 9, 2014
1 parent d64d4df commit b885853
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions zbx-templates/zbx-cisco/zbx-cisco-xdsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,20 @@ Installation

1. Install [`advsnmp.discovery`](https://github.com/simonkowallik/Zabbix-Addons/tree/master/advsnmp.discovery) in the **ExternalScripts** directory of your Zabbix server and/or proxy. Check your `zabbix_server.conf` and/or `zabbix_proxy.conf` if in doubt.
2. Then `chmod a+x advsnmp.discovery`
4. Import **zbx-cisco-xdsl.xml** file into Zabbix.
5. Add to your host the **{$SNMP_COMMUNITY}** macro with your SNMP community as value.
6. Associate **ZBX-CISCO-xDSL** template to the host.
3. Add a value mapping named `ciscoAdslLineType` with the following values:
* 1 => noChannel
* 2 => fastOnly
* 3 => interleavedOnly
* 4 => fastOrInterleaved
* 5 => fastAndInterleaved
4. Add a value mapping named `ciscoAdslLineConfig` with the following values:
* 1 => other
* 2 => dmt
* 3 => cap
* 4 => qam
5. Import **zbx-cisco-xdsl.xml** file into Zabbix.
6. Add to your host the **{$SNMP_COMMUNITY}** macro with your SNMP community as value.
7. Associate **ZBX-CISCO-xDSL** template to the host.

### Requirements

Expand Down

0 comments on commit b885853

Please sign in to comment.