Clarify allowed characters in interface tags

This commit is contained in:
Manuel Kasper 2014-02-08 18:32:33 +01:00
parent b40a912994
commit 6265d11ff5
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Installation
- IP address of router (= source IP of NetFlow datagrams)
- SNMP interface index of interface (use "show snmp mib ifmib ifindex"
to find out)
- a short "tag" (12 chars max., alphanumerics only) that will be used
- a short "tag" (12 chars max., a-z A-Z 0-9 _ only) that will be used
internally (e.g. for RRD DS names)
- a human-readable description (will appear in the generated graphs)
- a color code for the graphs (HTML style, 6 hex digits)

View File

@ -1,6 +1,6 @@
# Router IP SNMP ifindex tag description color samplingrate
# note: tabs must be used to separate fields (not spaces)
# max. length for tag is 12 characters
# max. length for tag is 12 characters; allowed characters: a-z A-Z 0-9 _
192.0.2.1 15 uplink1 Uplink 1 A6CEE3 1
192.0.2.1 23 uplink2 Uplink 2 1F78B4 1
192.0.2.2 4 uplink3 Uplink 3 B2DF8A 1