Difference between revisions of "Cacti"

From SME Server
Jump to navigationJump to search
m
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Languages|Cacti}}
 
{{Languages|Cacti}}
 +
 
==Maintainer==
 
==Maintainer==
 +
[mailto:tests@pialasse.com[[User:Unnilennium|Unnilennium]]] Thanks a lot for the upgrade<br />
 +
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 +
=== Version ===
 +
 +
{{ #smeversion: smeserver-cacti }}
 +
{{ #smeversion: cacti }}
 +
 +
 +
  
 
==Description==
 
==Description==
Line 9: Line 19:
  
 
==Installation==
 
==Installation==
This rpm require rrdtool 1.0 minimum.
 
You can find it here
 
[http://rpmfind.net//linux/RPM/dag/redhat/el4/i386/rrdtool-1.0.50-3.el4.rf.i386.html]
 
or download this local copy
 
  
wget <nowiki>"http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=317"</nowiki>
 
yum localinstall rrdtool-1.0.50-3.el4.rf.i386.rpm
 
  
  wget <nowiki>"http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=319"</nowiki>
+
  yum install smeserver-cacti --enablerepo=smecontribs
  yum localinstall smeserver-cacti-0.8.7a-1.noarch.rpm
+
 
 +
then
 +
 
 +
signal-event post-upgrade ; signal event-reboot
 +
 
 +
alternatively you can issue to avoid reboot :
 +
/etc/e-smith/events/actions/initialize-default-databases
 +
  expand-template /etc/e-smith/sql/init/80cacti
 +
service mysql.init restart
 +
signal-event console-save
  
 
==Uninstall==
 
==Uninstall==
  yum remove smeserver-cacti-0.8.7a-1
+
  yum remove smeserver-cacti
  
 
==Usage==
 
==Usage==
 
You can access cacti interface by opening your web browser at the address:
 
You can access cacti interface by opening your web browser at the address:
https://[IP or NAME]/cacti
+
<pre>https://[IP or NAME]/cacti</pre>
  
 
A login and a password is needed to connect.
 
A login and a password is needed to connect.
Line 45: Line 58:
 
  signal-event console-save
 
  signal-event console-save
  
==Additional information==
+
 
*[http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewdownloaddetails&lid=319 MasterSleepy Web site]
+
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 +
and select the smeserver-cacti component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-cacti|title=this link}}
 +
 
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-cacti|noresultsmessage="No open bugs found."}}
 +
 
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
 +
 
 +
{{ #smechangelog: smeserver-cacti}}
 +
 
  
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
[[Category: Administration]]
+
[[Category: Administration:Monitoring]]

Revision as of 09:35, 10 June 2016


Maintainer

Unnilennium Thanks a lot for the upgrade

Michel Van hees

Version

Contrib 10:
Contrib 9:
smeserver-cacti
The latest version of smeserver-cacti is available in the SME repository, click on the version number(s) for more information.


Contrib 10:
Contrib 9:
cacti
The latest version of cacti is available in the SME repository, click on the version number(s) for more information.




Description

Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices.

Installation

yum install smeserver-cacti --enablerepo=smecontribs

then

signal-event post-upgrade ; signal event-reboot

alternatively you can issue to avoid reboot :

/etc/e-smith/events/actions/initialize-default-databases
expand-template /etc/e-smith/sql/init/80cacti
service mysql.init restart
signal-event console-save

Uninstall

yum remove smeserver-cacti

Usage

You can access cacti interface by opening your web browser at the address:

https://[IP or NAME]/cacti

A login and a password is needed to connect. By default, installation process create a user "admin" with "admin" as password.

Of course, the first thing you have to do, is to change it

Settings

By default, installation process limit access at cacti to local network.

To enable cacti to be access from internet and local network :

db configuration setprop cacti access public
signal-event console-save

To limit access to local network :

db configuration setprop cacti access private
signal-event console-save


Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-cacti component or use this link


"No open bugs found."

Changelog

Only released version in smecontrib are listed here.

smeserver-cacti Changelog: SME 10 (smecontribs)
2022/07/31 Jean-Philippe Pialasse 1.1.19-3.sme
- fix cacti prevents mariadb105 to start

2022/07/25 Jean-Philippe Pialasse 1.1.19-2.sme
- update httpd 2.4 to syntax [SME: 12039]
- initial import to SME10 [SME: 11307]

 cacti-1.2.21
dedicated php-fpm pool 74
update event
ldap available
auto install install_cacti.php --accept-eula --install
- fix sql init [SME: 10972]
2019/12/11 Jean-Philipe Pialasse 1.1.19-1.sme
- update to cacti-1.1.19 [SME: 8434]
2016/06/10 Jean-Philipe Pialasse 0.8.8h1-2.sme
- new version for cacti-0.8.8h-1 [SME: 8434]
2016/06/09 Jean-Philipe Pialasse 0.8.8b1-2.sme
- update version Required