freebsd-ports/net-mgmt/torrus/pkg-plist

327 lines
13 KiB
Text
Raw Normal View History

New port: net-mgmt/torrus The Data Series Processing Framework - think mrtg with xml configs Torrus is designed to be the universal data series processing framework. Although most users deploy Torrus for SNMP monitoring, it might be useful for data series of any nature. Tobi Oetiker's RRDtool is used for data storage. * Configuration compiler and validator. It processes the XML configuration files and saves the configuration into a database. * View renderer and the web interface. They generate HTML and the graphical representation of the datasources and provide user authentication and authorization. All generated output is controlled by the configuration parameters and templates. The users can easily create their own presentation of data series. * SNMP Collector. Modular collector core architecture allows further extension with new collector and storage types. Any datasource can have its own polling schedule. * SNMP Device Discovery Tool. Devdiscover is a new, modular, flexible, and expandable tool for automatic generation of Torrus configuration files. New device types and MIBs are easily added as independent Perl modules. * Threshold monitor. All data, regardless of their type and nature, can be monitored according to the user-defined rules. The rules can also include the datasource-specific parameters, e.g. boundary values etc. The thresholds are specified by RPN expressions. WWW: http://torrus.org - Corey Smith corsmith@gmail.com PR: ports/86634 Submitted by: Corey Smith <corsmith@gmail.com>
2005-11-23 14:24:25 +01:00
bin/torrus
etc/torrus/discovery/README
@sample etc/torrus/conf/devdiscover-siteconfig.pl.sample
@sample etc/torrus/conf/email-siteconfig.pl.sample
@sample etc/torrus/conf/notify-siteconfig.pl.sample
@sample etc/torrus/conf/snmptrap-siteconfig.pl.sample
@sample etc/torrus/conf/torrus-siteconfig.pl.sample
@sample etc/torrus/xmlconfig/site-global.xml.sample
libexec/torrus/acledit
libexec/torrus/action_notify
libexec/torrus/action_printemail
libexec/torrus/action_snmptrap
libexec/torrus/action_snmpv1trap
libexec/torrus/bdbinfo
libexec/torrus/buildsearchdb
libexec/torrus/cleanup
libexec/torrus/clearcache
libexec/torrus/collector
libexec/torrus/compilexml
libexec/torrus/configinfo
libexec/torrus/configsnapshot
libexec/torrus/devdiscover
libexec/torrus/flushmonitors
libexec/torrus/genddx
libexec/torrus/genlist
libexec/torrus/genreport
libexec/torrus/install_plugin
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
libexec/torrus/launcher
libexec/torrus/monitor
libexec/torrus/nodeid
libexec/torrus/rrddir2xml
libexec/torrus/schedulerinfo
libexec/torrus/scripts/rrdup_notify.sh
libexec/torrus/scripts/xml/extract-skeleton.xsl
libexec/torrus/snmpfailures
libexec/torrus/srvderive
libexec/torrus/torrus.fcgi
libexec/torrus/ttproclist
man/man1/torrus.1.gz
man/man1/torrus_acledit.1.gz
man/man1/torrus_buildsearchdb.1.gz
man/man1/torrus_cleanup.1.gz
man/man1/torrus_clearcache.1.gz
man/man1/torrus_collector.1.gz
man/man1/torrus_compilexml.1.gz
man/man1/torrus_configinfo.1.gz
man/man1/torrus_configsnapshot.1.gz
man/man1/torrus_devdiscover.1.gz
man/man1/torrus_flushmonitors.1.gz
man/man1/torrus_genddx.1.gz
man/man1/torrus_genlist.1.gz
man/man1/torrus_genreport.1.gz
man/man1/torrus_monitor.1.gz
man/man1/torrus_nodeid.1.gz
man/man1/torrus_rrddir2xml.1.gz
man/man1/torrus_schedulerinfo.1.gz
man/man1/torrus_snmpfailures.1.gz
man/man1/torrus_srvderive.1.gz
man/man1/torrus_ttproclist.1.gz
man/man7/torrus_action_notify.7.gz
man/man7/torrus_action_printemail.7.gz
man/man7/torrus_action_snmptrap.7.gz
man/man7/torrus_install_plugin.7.gz
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
man/man7/torrus_launcher.7.gz
%%DOCSDIR%%/devdoc/architecture.pod
%%DOCSDIR%%/devdoc/devdiscover.pod
%%DOCSDIR%%/devdoc/progstyle.pod
%%DOCSDIR%%/devdoc/reqs.0.0.pod
%%DOCSDIR%%/devdoc/reqs.0.1.pod
%%DOCSDIR%%/devdoc/torrus_roadmap.pod
%%DOCSDIR%%/install.txt
%%DOCSDIR%%/nodeid_usage.txt
%%DOCSDIR%%/reporting_setup.txt
%%DOCSDIR%%/rpnexpr.txt
%%DOCSDIR%%/rrfw_torrus_migration.txt
%%DOCSDIR%%/scalability.txt
%%DOCSDIR%%/snmpdiscovery.txt
%%DOCSDIR%%/stylingprofile.txt
%%DOCSDIR%%/userguide.txt
%%DOCSDIR%%/vendorsupport.txt
%%DOCSDIR%%/webintf.txt
%%DOCSDIR%%/xmlconfig.txt
%%EXAMPLESDIR%%/README
%%EXAMPLESDIR%%/onms.tmpl
%%EXAMPLESDIR%%/onmsInterfaces.sh
%%EXAMPLESDIR%%/setmonitor.xupdate.xml
%%EXAMPLESDIR%%/torrus-siteconfig.powerbook.pl
%%DATADIR%%/conf_defaults/devdiscover-config.pl
%%DATADIR%%/conf_defaults/initscript.conf
%%DATADIR%%/conf_defaults/instvars
%%DATADIR%%/conf_defaults/torrus-config.pl
%%DATADIR%%/conf_defaults/webmux.pl
%%DATADIR%%/conf_defaults/webmux2.pl
%%DATADIR%%/sup/dtd/snmp-discovery.dtd
%%DATADIR%%/sup/dtd/torrus-config.dtd
%%DATADIR%%/sup/mibs/RRDTOOL-SMI.txt
%%DATADIR%%/sup/mibs/TORRUS-MIB.txt
%%DATADIR%%/sup/styling/colornames.pl
%%DATADIR%%/sup/styling/rainbow-schema.pl
%%DATADIR%%/sup/styling/torrus-schema.pl
%%DATADIR%%/sup/webplain/explain-rrdgraph.html
%%DATADIR%%/sup/webplain/torrus-printer.css
%%DATADIR%%/sup/webplain/torrus-report.css
%%DATADIR%%/sup/webplain/torrus.css
%%DATADIR%%/templates/aclexport.xml
%%DATADIR%%/templates/adminfo.html
%%DATADIR%%/templates/default-chooser.html
%%DATADIR%%/templates/default-dir.html
%%DATADIR%%/templates/default-helptext.html
%%DATADIR%%/templates/default-login.html
%%DATADIR%%/templates/default-recursivedir.html
%%DATADIR%%/templates/default-rrd.html
%%DATADIR%%/templates/default-tset.html
%%DATADIR%%/templates/email-alarm.txt
%%DATADIR%%/templates/expanded-dir.html
%%DATADIR%%/templates/globalsearch.html
%%DATADIR%%/templates/html-incblocks.txt
%%DATADIR%%/templates/iframe-rrd.html
%%DATADIR%%/templates/overview-subleaves.html
%%DATADIR%%/templates/report-index.html
%%DATADIR%%/templates/report-monthly.html
%%DATADIR%%/templates/report-serviceid.html
%%DATADIR%%/templates/report-yearly.html
%%DATADIR%%/templates/search.html
%%DATADIR%%/templates/tset-list.html
%%DATADIR%%/xmlconfig/cdef-collector-defs.xml
%%DATADIR%%/xmlconfig/defaults.xml
%%DATADIR%%/xmlconfig/examples/apc-ups.xml
%%DATADIR%%/xmlconfig/examples/ascend.max.xml
%%DATADIR%%/xmlconfig/examples/docsis-monitors.xml
%%DATADIR%%/xmlconfig/examples/generic-netsnmp.xml
%%DATADIR%%/xmlconfig/examples/hpux.xml
%%DATADIR%%/xmlconfig/examples/monitors.xml
%%DATADIR%%/xmlconfig/examples/multigraph.xml
%%DATADIR%%/xmlconfig/examples/rainbow-schema.xml
%%DATADIR%%/xmlconfig/examples/servers.data
%%DATADIR%%/xmlconfig/examples/servers.tmpl
%%DATADIR%%/xmlconfig/generic/collector-periods.xml
%%DATADIR%%/xmlconfig/generic/monitors.xml
%%DATADIR%%/xmlconfig/generic/rfc1628.ups.xml
%%DATADIR%%/xmlconfig/generic/rfc1697.rdbms.xml
%%DATADIR%%/xmlconfig/generic/rfc2662.adsl-line.xml
%%DATADIR%%/xmlconfig/generic/rfc2670.docsis-if.xml
%%DATADIR%%/xmlconfig/generic/rfc2790.host-resources.xml
%%DATADIR%%/xmlconfig/generic/rfc2863.if-mib.xml
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
%%DATADIR%%/xmlconfig/generic/rfc4293.ip-mib.xml
%%DATADIR%%/xmlconfig/generic/rfc4319_hdsl2_shdsl_line.xml
%%DATADIR%%/xmlconfig/old/cisco-mac-accounting-example.xml
%%DATADIR%%/xmlconfig/old/cisco.generic.old-0.1.4.xml
%%DATADIR%%/xmlconfig/old/cisco.ios.mac-accounting-0.1.8.xml
%%DATADIR%%/xmlconfig/old/rfc1213.xml
%%DATADIR%%/xmlconfig/old/rfc2670.docsis-if.old.0.1.5d-20040224.xml
%%DATADIR%%/xmlconfig/old/rfc2670.docsis-if.old.1.0.4.xml
%%DATADIR%%/xmlconfig/old/rfc2863.if-mib.old-0.1.4.xml
%%DATADIR%%/xmlconfig/old/rfc2863.if-mib.old-0.1.7.xml
%%DATADIR%%/xmlconfig/old/snmp-defs.old-0.1.2.xml
%%DATADIR%%/xmlconfig/snmp-defs.xml
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
%%DATADIR%%/xmlconfig/vendor/albis-ulaf.xml
%%DATADIR%%/xmlconfig/vendor/alteon.xml
%%DATADIR%%/xmlconfig/vendor/alu-timetra.xml
%%DATADIR%%/xmlconfig/vendor/apc.powernet.xml
%%DATADIR%%/xmlconfig/vendor/apc.ups.xml
%%DATADIR%%/xmlconfig/vendor/apple.ae.xml
%%DATADIR%%/xmlconfig/vendor/arbor_e.xml
%%DATADIR%%/xmlconfig/vendor/ascend.max.xml
%%DATADIR%%/xmlconfig/vendor/atmel.xml
%%DATADIR%%/xmlconfig/vendor/betternetworks.xml
%%DATADIR%%/xmlconfig/vendor/casa-cmts.xml
%%DATADIR%%/xmlconfig/vendor/cisco.firewall.xml
%%DATADIR%%/xmlconfig/vendor/cisco.generic.xml
%%DATADIR%%/xmlconfig/vendor/cisco.ios.docsis.xml
%%DATADIR%%/xmlconfig/vendor/cisco.ios.mac-accounting.xml
%%DATADIR%%/xmlconfig/vendor/cisco.ios.xml
%%DATADIR%%/xmlconfig/vendor/cisco.sce.xml
%%DATADIR%%/xmlconfig/vendor/cisco.vdsl-line.xml
%%DATADIR%%/xmlconfig/vendor/cisco.wlc.xml
%%DATADIR%%/xmlconfig/vendor/compaq.cim.xml
%%DATADIR%%/xmlconfig/vendor/comtechefdata.xml
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.ntregperf.xml
%%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml
%%DATADIR%%/xmlconfig/vendor/f5.bigip.xml
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
%%DATADIR%%/xmlconfig/vendor/fortinet.xml
%%DATADIR%%/xmlconfig/vendor/foundry.xml
%%DATADIR%%/xmlconfig/vendor/ftos.xml
%%DATADIR%%/xmlconfig/vendor/jacarta.xml
%%DATADIR%%/xmlconfig/vendor/junos.xml
%%DATADIR%%/xmlconfig/vendor/hp.hpux.xml
%%DATADIR%%/xmlconfig/vendor/hp.procurve.xml
%%DATADIR%%/xmlconfig/vendor/liebert.xml
%%DATADIR%%/xmlconfig/vendor/microsoft.windows.xml
%%DATADIR%%/xmlconfig/vendor/motorola.bsr.xml
%%DATADIR%%/xmlconfig/vendor/netapp.filer.xml
%%DATADIR%%/xmlconfig/vendor/netbotz.xml
%%DATADIR%%/xmlconfig/vendor/netscreen.xml
%%DATADIR%%/xmlconfig/vendor/paradyne.xdsl.xml
%%DATADIR%%/xmlconfig/vendor/symmetricom.xml
%%DATADIR%%/xmlconfig/vendor/ucd.ucd-snmp.xml
%%SITE_PERL%%/Torrus/ACL.pm
%%SITE_PERL%%/Torrus/ACL/AuthLocalMD5.pm
%%SITE_PERL%%/Torrus/ACL/Edit.pm
%%SITE_PERL%%/Torrus/ACL/Export.pm
%%SITE_PERL%%/Torrus/ACL/Import.pm
%%SITE_PERL%%/Torrus/Apache2Handler.pm
%%SITE_PERL%%/Torrus/ApacheHandler.pm
%%SITE_PERL%%/Torrus/CGI.pm
%%SITE_PERL%%/Torrus/Collector.pm
%%SITE_PERL%%/Torrus/CollectorScheduler.pm
%%SITE_PERL%%/Torrus/Collector/CDef.pm
%%SITE_PERL%%/Torrus/Collector/CDef_Params.pm
%%SITE_PERL%%/Torrus/Collector/ExtDBI.pm
%%SITE_PERL%%/Torrus/Collector/ExternalStorage.pm
%%SITE_PERL%%/Torrus/Collector/RRDStorage.pm
%%SITE_PERL%%/Torrus/Collector/SNMP.pm
%%SITE_PERL%%/Torrus/Collector/SNMP_Params.pm
%%SITE_PERL%%/Torrus/ConfigBuilder.pm
%%SITE_PERL%%/Torrus/ConfigTree.pm
%%SITE_PERL%%/Torrus/ConfigTree/Validator.pm
%%SITE_PERL%%/Torrus/ConfigTree/Writer.pm
%%SITE_PERL%%/Torrus/ConfigTree/XMLCompiler.pm
%%SITE_PERL%%/Torrus/DB.pm
%%SITE_PERL%%/Torrus/DataAccess.pm
%%SITE_PERL%%/Torrus/DevDiscover.pm
%%SITE_PERL%%/Torrus/DevDiscover/Actelis.pm
%%SITE_PERL%%/Torrus/DevDiscover/ALU_Timetra.pm
%%SITE_PERL%%/Torrus/DevDiscover/APC_PowerNet.pm
%%SITE_PERL%%/Torrus/DevDiscover/ATMEL.pm
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
%%SITE_PERL%%/Torrus/DevDiscover/Albis_ULAF.pm
%%SITE_PERL%%/Torrus/DevDiscover/AlliedTelesyn_PBC18.pm
%%SITE_PERL%%/Torrus/DevDiscover/Alteon.pm
%%SITE_PERL%%/Torrus/DevDiscover/Apple_AE.pm
%%SITE_PERL%%/Torrus/DevDiscover/Arbor_E.pm
%%SITE_PERL%%/Torrus/DevDiscover/Arista.pm
%%SITE_PERL%%/Torrus/DevDiscover/AscendMax.pm
%%SITE_PERL%%/Torrus/DevDiscover/AxxessIT.pm
%%SITE_PERL%%/Torrus/DevDiscover/BetterNetworks.pm
%%SITE_PERL%%/Torrus/DevDiscover/CasaCMTS.pm
%%SITE_PERL%%/Torrus/DevDiscover/CCOM.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoCatOS.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoFirewall.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoGeneric.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoIOS.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoIOS_Docsis.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoIOS_MacAccounting.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoIOS_SAA.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoSCE.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoVDSL.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoWLC.pm
%%SITE_PERL%%/Torrus/DevDiscover/CompaqCIM.pm
%%SITE_PERL%%/Torrus/DevDiscover/ComtechEFData.pm
%%SITE_PERL%%/Torrus/DevDiscover/DevDetails.pm
%%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm
%%SITE_PERL%%/Torrus/DevDiscover/F5BigIp.pm
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
%%SITE_PERL%%/Torrus/DevDiscover/Fortinet.pm
%%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm
%%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm
%%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm
%%SITE_PERL%%/Torrus/DevDiscover/JunOS.pm
%%SITE_PERL%%/Torrus/DevDiscover/Liebert.pm
%%SITE_PERL%%/Torrus/DevDiscover/MicrosoftWindows.pm
%%SITE_PERL%%/Torrus/DevDiscover/MotorolaBSR.pm
%%SITE_PERL%%/Torrus/DevDiscover/NetApp.pm
%%SITE_PERL%%/Torrus/DevDiscover/NetBotz.pm
%%SITE_PERL%%/Torrus/DevDiscover/NetScreen.pm
%%SITE_PERL%%/Torrus/DevDiscover/NexComm.pm
%%SITE_PERL%%/Torrus/DevDiscover/OracleDatabase.pm
%%SITE_PERL%%/Torrus/DevDiscover/Paradyne.pm
%%SITE_PERL%%/Torrus/DevDiscover/Patton.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC1628_UPS_MIB.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC1657_BGP4_MIB.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC1697_RDBMS.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC2011_IP_MIB.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC2662_ADSL_LINE.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC2670_DOCS_IF.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC2737_ENTITY_MIB.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC2790_HOST_RESOURCES.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC2863_IF_MIB.pm
net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
2016-05-26 09:42:15 +02:00
%%SITE_PERL%%/Torrus/DevDiscover/RFC4293_IP_MIB.pm
%%SITE_PERL%%/Torrus/DevDiscover/RFC4319_HDSL2_SHDSL_LINE_MIB.pm
%%SITE_PERL%%/Torrus/DevDiscover/Symmetricom.pm
%%SITE_PERL%%/Torrus/DevDiscover/Thomson_xDSL.pm
%%SITE_PERL%%/Torrus/DevDiscover/UcdSnmp.pm
%%SITE_PERL%%/Torrus/DevDiscover/Xylan.pm
%%SITE_PERL%%/Torrus/Log.pm
%%SITE_PERL%%/Torrus/Monitor.pm
%%SITE_PERL%%/Torrus/MonitorScheduler.pm
%%SITE_PERL%%/Torrus/RPN.pm
%%SITE_PERL%%/Torrus/Renderer.pm
%%SITE_PERL%%/Torrus/Renderer/AdmInfo.pm
%%SITE_PERL%%/Torrus/Renderer/Frontpage.pm
%%SITE_PERL%%/Torrus/Renderer/HTML.pm
%%SITE_PERL%%/Torrus/Renderer/RPC.pm
%%SITE_PERL%%/Torrus/Renderer/RRDtool.pm
%%SITE_PERL%%/Torrus/ReportGenerator/MonthlySrvUsage.pm
%%SITE_PERL%%/Torrus/ReportGenerator.pm
%%SITE_PERL%%/Torrus/ReportOutput/HTML.pm
%%SITE_PERL%%/Torrus/ReportOutput.pm
%%SITE_PERL%%/Torrus/Search.pm
%%SITE_PERL%%/Torrus/ServiceID.pm
%%SITE_PERL%%/Torrus/Scheduler.pm
%%SITE_PERL%%/Torrus/Scheduler/PeriodicTask.pm
%%SITE_PERL%%/Torrus/SchedulerInfo.pm
%%SITE_PERL%%/Torrus/SiteConfig.pm
%%SITE_PERL%%/Torrus/SNMP_Failures.pm
%%SITE_PERL%%/Torrus/SQL/ReportFields.pm
%%SITE_PERL%%/Torrus/SQL/Reports.pm
%%SITE_PERL%%/Torrus/SQL/SrvExport.pm
%%SITE_PERL%%/Torrus/SQL.pm
%%SITE_PERL%%/Torrus/TimeStamp.pm
@dir %%DATADIR%%/sup/webscripts
@dir %%DATADIR%%/sup
@dir %%DATADIR%%/plugins/wrapper
@dir %%DATADIR%%/plugins/torrus-config
@dir %%DATADIR%%/plugins/devdiscover-config
@dir etc/torrus/templates
@dir etc/torrus/discovery
@dir etc/torrus
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,2775) /var/torrus/session_data/store
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,2775) /var/torrus/session_data/lock
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,775) /var/torrus/session_data
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,775) /var/torrus/reports
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,2775) /var/torrus/db
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,2775) /var/torrus/collector_rrd
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,2775) /var/torrus/cache
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,775) /var/torrus/
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,2775) /var/log/torrus
@dir(%%TORRUS_USER%%,%%TORRUS_USER%%,2775) /var/run/torrus