九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
在Gentoo下安裝Cacti監(jiān)控

Gentoo還是不錯的Linux,嘗試了在Gentoo下安裝Cacti監(jiān)控,非常便捷

#emerge cacti

#emerge net-snmp

#webapp-config -I -h localhost -d cacti cacti 0.8.7e-r3

 

File: <path to cacti>include/config.php

$database_type = "mysql";

$database_default = "cacti";

$database_hostname = "localhost";

$database_username = "cactiuser";

$database_password = "cactipass";

$database_port = "3306";

 

mysql -u root -p

mysql> create database cacti;

mysql> grant all on cacti.* to cactiuser@localhost;

mysql> set password for cactiuser@localhost=password('cactipass');

mysql> exit

 

Cacti目錄下

chown -R apache:apache rra/ log/

 

http://www.cacti.net/downloads/patches/下載相同版本的插件管理器 PIA

解壓到Cacti目錄

mysql -uroot cacti <cacti-plugin-arch/pa.sql

patch -p1 -N <cacti-plugin-arch/cacti-plugin-0.8.7e-PA-v2.6.diff

修改Cacti目錄/include/global.php

           $config['url_path'] = '/cacti/';

Cacti目錄下創(chuàng)建plugins

進入plugins

下載thold,monitor,settings,discovery,hostinfo,aggregate,weathermap插件

解壓后,有數(shù)據(jù)庫的導(dǎo)入cacti數(shù)據(jù)庫

編輯global.php

再$plugins        =       array ();后面加上

$plugins[] =       ‘thold’;

$plugins[] =       ‘settings’;

其他插件相同

設(shè)置5分鐘采集一次數(shù)據(jù)

Nano /etc/crontab

*/5 * * * * apache php執(zhí)行程序目錄(如/usr/bin/php) /cacti目錄/poller.php > /dev/null 2>&1


本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
cacti安裝與配置
RedHat Linux 下安裝配置CACTI的技巧
Cacti 圖形化監(jiān)控介面
Cacti中文版安裝配置
安裝cacti模板
Centos下穩(wěn)步實現(xiàn)Cacti監(jiān)控的詳細配置
更多類似文章 >>
生活服務(wù)
熱點新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服