[freeside-commits] freeside/torrus FREESIDE_MODIFIED, NONE, 1.1 FREESIDE_INSTALL, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Fri Jan 7 16:54:58 PST 2011
Update of /home/cvs/cvsroot/freeside/torrus
In directory wavetail.420.am:/tmp/cvs-serv18773/torrus
Modified Files:
FREESIDE_INSTALL
Added Files:
FREESIDE_MODIFIED
Log Message:
torrus, RT#10574
--- NEW FILE: FREESIDE_MODIFIED ---
configs/torrus-siteconfig.pl #turn of torrus auth, set URLs
perllib/Torrus/CGI.pm # header/footer
perllib/Torrus/Freeside.pm # header/footer
perllib/Torrus/Renderer.pm # header/footer
perllib/Torrus/Renderer/Freeside.pm # header/footer
perllib/Torrus/Renderer/Frontpage.pm # header/footer
perllib/Torrus/Renderer/HTML.pm # header/footer
perllib/Torrus/ReportOutput/Freeside.pm # header/footer
perllib/Torrus/ReportOutput/HTML.pm # header/footer
templates/html-incblocks.txt # header/footer
tempaltes/default-rrd.html # title beautification
sup/webplain/torrus.css #skinning
Index: FREESIDE_INSTALL
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/FREESIDE_INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- FREESIDE_INSTALL 29 Dec 2010 03:12:19 -0000 1.2
+++ FREESIDE_INSTALL 8 Jan 2011 00:54:56 -0000 1.3
@@ -1,11 +1,13 @@
i should move to the wiki once this is further along
-aptitude install rrdtool librrds-perl libxml-libxml-perl libberkeleydb-perl libtemplate-perl libproc-daemon-perl libnet-snmp-perl libapache-session-perl libjson-perl
+aptitude install rrdtool librrds-perl libxml-libxml-perl libberkeleydb-perl libtemplate-perl libproc-daemon-perl libnet-snmp-perl libapache-session-perl libjson-perl libdbix-abstract-perl libdbix-sequence-perl
# in Makefile, set TORRUS_ENABLED = 1
make configure-torrus
make deploy
+set network_monitoring_system config setting to Torrus_Internal
+
#a little more one-offy from here so far
http://torrus.org/install.pod.html#configuring_torrus :
@@ -44,5 +46,27 @@
#---
-this seems to be required on restarts during dev (upgrades?)
-rm /var/torrus/cache/* /var/torrus/db/render_cache.db
+http://torrus.org/reporting_setup.pod.html
+
+cd /usr/local/etc/torrus/discovery
+vi routers.ddx
+
+ <!-- host-specfic parameter -->
+ <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
+
+#---
+
+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
+
More information about the freeside-commits
mailing list