Difference between revisions of "Freeside:2.3:Documentation:Torrus Administration"
From Freeside
(New page: = Adding new routers = = Monitoring new interfaces = cd /usr/local/etc/torrus/discovery vi routers.txt #space-delimted router ip addresses torrus genddx \ --hostfile=routers.txt \ ...) |
|||
Line 1: | Line 1: | ||
= Adding new routers = | = Adding new routers = | ||
− | |||
− | |||
cd /usr/local/etc/torrus/discovery | cd /usr/local/etc/torrus/discovery | ||
Line 17: | Line 15: | ||
#kill collector, then restart | #kill collector, then restart | ||
torrus collector --tree=main | torrus collector --tree=main | ||
+ | |||
+ | = Monitoring new interfaces = |
Revision as of 19:16, 23 January 2011
Adding new routers
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