Skip to content

Instantly share code, notes, and snippets.

@rc9000
Created August 9, 2011 17:48
Show Gist options
  • Save rc9000/1134698 to your computer and use it in GitHub Desktop.
Save rc9000/1134698 to your computer and use it in GitHub Desktop.
1 hostname: cx-core-10070
2 ipaddress: 192.168.2.70
3 tables:
4 - [ ifDescr, ifInUcastPkts, ifInErrors ]
5 pollrules:
6 - rulename: BasicCheck
7 selector: unique
8 continueif: clear
9 - rulename: IfInErrors
10 selector: ifDescr.%
11 requiredGenerations: 2
12 ---
13 hostname: cx-core-10071
14 ipaddress: 192.168.3.71
15 tables:
16 - [ ifDescr, ifInUcastPkts, ifInErrors ]
17 pollrules:
18 - rulename: BasicCheck
19 selector: unique
20 continueif: clear
21 - rulename: IfInErrors
22 selector: ifDescr.%
23 requiredGenerations: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment