Difference between revisions of "Freeside:2.3:Documentation:Torrus Administration"

From Freeside
Jump to: navigation, search
(Manually)
(References)
Line 40: Line 40:
 
* Order the package for a customer, and provision the Port service.
 
* Order the package for a customer, and provision the Port service.
 
* The "Torrus serviceid" dropdown will have a list of the currently monitored serviceids.
 
* The "Torrus serviceid" dropdown will have a list of the currently monitored serviceids.
 +
 +
= Monthly =
 +
 +
nice torrus report --report=MonthlyUsage --date=2005-09-01 --debug
  
 
= References =
 
= References =

Revision as of 01:32, 16 February 2011

Adding new routers

Web UI

Manually

cd /usr/local/etc/torrus/discovery
vi routers.ddx

Add a section like this at the bottom, just before the final </snmp-discovery>:

 <host>
   <param name="snmp-host" value="204.26.60.252"/>
 </host>
torrus devdiscover  --in=routers.ddx
torrus compile --tree=main --verbose

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

Freeside

  • Setup an svc_port service definition, include it in a package definition with "Bandwidth (volume)" or "Bandwidth (95th percentile)" price plan.
  • Order the package for a customer, and provision the Port service.
  • The "Torrus serviceid" dropdown will have a list of the currently monitored serviceids.

Monthly

nice torrus report --report=MonthlyUsage --date=2005-09-01 --debug

References