2017年2月1日 星期三

Cacti 1.0.0 試裝

在 2017 年過農曆年期間,Cacti 1.0.0 已在官網上釋出, http://www.cacti.net
新版的 1.0.x  跟以往 0.8.x 有很大的不同,

其中 plugin 部份已內建許多常用的套件,而且許多舊版的 plugin ,
亦無法在新版的 1.0.0 上使用.而且在安裝時 MySQL 的 版本不能
低於 5.6.x ,另需在 my.cnf 加入許多調校的參數設定等等...
這都是跟以往有著些許的不同之處!


README.md

# Cacti 1.0.0

With the release of Cacti 1.0.0 many improvements and enhancements have been
made.As part of ongoing efforts to improve Cacti almost 20 plugins were merged
into the core of Cacti eliminating the need for the plugins. A major refresh of the
interface has been started and will continue to occur as development on Cacti
continues.

### Plugins Absorbed into the Core

The following plugins have been merged into the core Cacti code
as of version 1.0.0:

| Plugin      | Description                                              |
| ----------- | -------------------------------------------------------- |
| snmpagent   | An SNMP Agent extension, trap and notification generator |
| clog        | Log viewers for administrators                           |
| settings    | Core plugin providing email and DNS services             |
| boost       | Large system performance boost plugin                    |
| dsstats     | Cacti data source statistics                             |
| watermark   | Watermark graphs                                         |
| ssl         | Force https connection                                   |
| ugroup      | User groups support                                      |
| domains     | Multiple authentication domains                          |
| jqueryskin  | User interface skinning                                  |
| secpass     | C3 level password and site security                      |
| logrotate   | Log management                                           |
| realtime    | Realtime graphing                                        |
| rrdclean    | RRD file maintenance                                     |
| nectar      | Email based graph reporting                              |
| aggregate   | Templating, creation and management of aggregate graphs  |
| autom8      | Graph and Tree creation automation                       |
| discovery   | Network Discovery and Device automation                  |
| spikekill   | Removes spikes from Graphs                               |
| superlinks  | Allows administrators to links to additional sites       |

-----------------------------------------------------------------------------


目前支援新版的 plugin 可在 github 上取得.

https://github.com/Cacti/


Cacti 1.0.0 試裝的 LAB 資訊

[root@centos73 plugins]# pwd
/var/www/html/cacti/plugins
[root@centos73 plugins]# ll
total 12
drwxr-xr-x 5 cactiuser apache  267 Feb  2 13:47 hmib
-rw-r--r-- 1 cactiuser apache   44 Feb  2 11:47 index.php
drwxr-xr-x 3 cactiuser apache  148 Feb  2 13:45 maint
drwxr-xr-x 5 cactiuser apache  188 Feb  2 13:36 monitor
drwxr-xr-x 7 cactiuser apache 4096 Feb  2 13:33 thold
drwxr-xr-x 4 cactiuser apache 4096 Feb  2 13:46 webseer
[root@centos73 plugins]#

[root@centos73 plugins]# mysql -V
mysql  Ver 15.1 Distrib 10.1.21-MariaDB, for Linux (x86_64) using readline 5.1

[root@centos73 plugins]# php -v
PHP 5.4.16 (cli) (built: Nov  6 2016 00:29:02)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies

[root@centos73 plugins]# cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)

Demo