Difference between revisions of "Freeside:2.3:Documentation:Torrus Administration"
From Freeside
(→Monitoring new interfaces) |
|||
Line 22: | Line 22: | ||
= Monitoring new interfaces = | = Monitoring new interfaces = | ||
− | == | + | == Torrus == |
− | == Manually == | + | === Web UI === |
+ | |||
+ | === Manually === | ||
cd /usr/local/etc/torrus/discovery | cd /usr/local/etc/torrus/discovery | ||
Line 39: | Line 41: | ||
torrus collector --tree=main | torrus collector --tree=main | ||
+ | == Freeside == | ||
+ | |||
+ | * add serviceids | ||
+ | |||
+ | * in freeside, setup svc_port service defs, packages with torrus billing types order the package, provision an svc_port with a valid serviceid | ||
= References = | = References = |
Revision as of 22:51, 23 January 2011
Contents
Adding new routers
Web UI
Manually
cd /usr/local/etc/torrus/discovery vi routers.txt #space-delimted router ip addresses torrus genddx \ --hostfile=routers.txt \ --domain=example.com \ --community=community_string \ --out=routers.ddx \ --discout=routers.xml
torrus devdiscover --in=routers.ddx torrus compile --tree=main --verbose
#kill collector, then restart torrus collector --tree=main
Monitoring new interfaces
Torrus
Web UI
Manually
cd /usr/local/etc/torrus/discovery vi routers.ddx <param name="RFC2863_IF_MIB::external-serviceid"> TESTING_1:TenGigabitEthernet2_1:Both:main, TESTING_2:TenGigabitEthernet2_2:Both:main, </param>
torrus devdiscover --in=routers.ddx torrus compile --tree=main --verbose
#kill collector, then restart torrus collector --tree=main
Freeside
- add serviceids
- in freeside, setup svc_port service defs, packages with torrus billing types order the package, provision an svc_port with a valid serviceid