| It'd be nice if you could graph the result of an alias -- then we could do
| things like:
you need to enable graphing on the actual object:
Service UDP/SNMP {
graph: yes
# ...
}
Group "STMP" {
graph: yes
Alias "Concurrency" "Top:FooSNMP_.1.3.6.1.4.1"
# ...
}
--jeff