Web Front-End to Monitor System Data via RRDtool
This package is based on the package 'cacti' from project 'openSUSE:Factory:Contrib'.
Cacti is a complete front-end to RRDtool: it stores all necessary
information for creating graphs and populates them with data from a
MySQL database. The front-end is completely PHP driven. Along with
being ableto maintain graphs, data sources, and round robin archives
ina database, Cacti also handles data gathering. There exists an SNMP
support for those accustomed to creating traffic graphs with MRTG as
well.
- Developed at server:monitoring
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:LegacyX86/cacti && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cacti-1.1.36.tar.gz | 0009018560 8.6 MB | |
cacti-config.patch | 0000001503 1.47 KB | |
cacti-httpd.conf | 0000000450 450 Bytes | |
cacti-httpd.conf.default | 0000003401 3.32 KB | |
cacti.changes | 0000082877 80.9 KB | |
cacti.cron | 0000000078 78 Bytes | |
cacti.logrotate | 0000000169 169 Bytes | |
cacti.spec | 0000007221 7.05 KB |
Revision 16 (latest revision is 50)
Dominique Leuenberger (dimstar_suse)
accepted
request 580055
from
David Liedke (dliedke)
(revision 16)
Comments 2
Hello, could you please extend the cacti.spec file and change the own/group membership of the directories
/srv/www/cacti/
/srv/www/cacti/scripts/
/srv/www/cacti/cache/
to the apache daemon like on the rra directories other wise I always have to run the following after the package update
chown -R wwwrun.www /srv/www/cacti/resource/snmp_queries/
chown -R wwwrun.www /srv/www/cacti/resource/script_server/
chown -R wwwrun.www /srv/www/cacti/resource/script_queries/
chown -R wwwrun.www /srv/www/cacti/scripts/
chown -R wwwrun.www /srv/www/cacti/scripts/boost/
chown -R wwwrun.www /srv/www/cacti/cache/mibcache/
chown -R wwwrun.www /srv/www/cacti/cache/realtime/
chown -R wwwrun.www /srv/www/cacti/cache/spikekill/
best regards Franz
I submitted this request that I think would fix it: https://build.opensuse.org/request/show/1200909
-Joel