博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cacti安装spine 解决WARNING: Result from CMD not valid. Partial Result: U错误
阅读量:6704 次
发布时间:2019-06-25

本文共 1342 字,大约阅读时间需要 4 分钟。

安装spine用来替换cacti原本的执行方式,需要的包在附件中,请注意spine的安装包和你安装的cacti版本不用相同,最好是最新的spine
1.安装gcc
#yum install -y gcc mysql-devel net-snmp-devel
没有mysql-devel,会提示cannot find mysql headers错误
没有net-snmp-devel ,会提示cannot find snmp headers
2.安装spine
#tar zxvf cacti-spine-0.8.8b.tar.gz
#cd cacti-spine-0.8.8b

#./configure

#make && make install

#cp /usr/local/spine/etc/spine.conf.dist /etc/spine.conf

#vi /etc/spine.conf

修改为你的Cacti数据库相关信息。DB_User和DB_Pass

 

从better-cacti-templates-1.1.8.tar.gz的scripts中将ss_get_by_ssh.php拷贝到/var/www/html/cacti/scripts目录下

#/usr/local/spine/bin/spine

SPINE: Using spine config file [/etc/spine.conf]
SPINE: Version 0.8.7i starting
SPINE: Time: 1.1416 s, Threads: 1, Hosts: 4

如果是其他输出如FATAL: Unable to read configuration file! (Spine init)可能配置文件有错误。

如果提示Could not open input file   /var/www/html/cacti/scripts/ss_get_by_ssh.php,那从better-cacti-templates-1.1.8.tar.gz的scripts中拷贝上去

a)以admin用户登录到Cacti。

b)从目录菜单中选择设置”Settings”,选择”Paths”选项卡。
c)在”Spine Poller File Path”中输入Spine可执行程序的完整路径,我的是/usr/local/spine/bin/spine,保存设置。
d)选择”Poller”选项卡。
e)在”Poller Type”下拉框设置中,选择”spine”。

 

附件:

https://app.yinxiang.com/shard/s41/res/c1968f85-3a47-4c33-a0a0-0bfc8610afbd/better-cacti-templates-1.1.8.tar.gz

https://app.yinxiang.com/shard/s41/res/042070d5-6a6c-4697-9114-d9110c081d6f/cacti-spine-0.8.8b.tar.gz

 

转载于:https://www.cnblogs.com/biboxie/p/4233256.html

你可能感兴趣的文章
PHP获取当前位置
查看>>
C#可选参数与具名参数
查看>>
CSS-文本(中,英)
查看>>
socketServer模块
查看>>
Raid 技术简介
查看>>
在mac os x 下升级emacs
查看>>
dubbo的本地存根(Stub)
查看>>
转://Linux下误删除/home目录的恢复方法
查看>>
HDFS详解
查看>>
ORACLE学习-3.多表查询
查看>>
app性能测试
查看>>
生产者和消费者案例
查看>>
分辨率判断
查看>>
POJ - 1160 Post Office
查看>>
python和shell变量互相传递
查看>>
二叉搜索树转换为有序双向链表
查看>>
jQuery选择器大全
查看>>
在计算机 . 上没有找到服务 WAS
查看>>
[BZOJ] 1563: [NOI2009]诗人小G
查看>>
Android -- 实现RecyclerView可拖拽Item
查看>>