一、zabbix配置postgres监控

rpm -ivh https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-3.noarch.rpm
yum install -y postgresql95-libs # 已经安装可忽略
yum -y install libconfig # 已经安装可忽略

下载并导入  postgresql 监控模板:

链接:https://github.com/cavaliercoder/libzbxpgsql/tree/master/templates

[root@WW-SYG-DB1 zabbix]# tail -f zabbix_agentd.log
15149:20191029:130437.572 cannot load module "libzbxpgsql.so": /usr/local/zabbix/lib/libzbxpgsql.so: undefined symbol: __zbx_zbx_snprintf
15149:20191029:130437.572 loading modules failed, exiting...
15177:20191029:130447.616 Starting Zabbix Agent [192.168.10.11]. Zabbix 4.2.5 (revision 2c0e4d1d39).
15177:20191029:130447.616 **** Enabled features ****
15177:20191029:130447.616 IPv6 support: YES
15177:20191029:130447.616 TLS support: YES
15177:20191029:130447.616 **************************

参考:https://support.zabbix.com/browse/ZBX-16028

下载:https://support.zabbix.com/secure/attachment/89260/89260_libzbxpgsql.so

最新文章

  1. 学习MySQL之多表操作(三)
  2. java动态调用webservice
  3. HDOJ 3593 The most powerful force
  4. cocos2d-x 内存管理浅析
  5. 发布 PM2.5 数据的城市列表
  6. Autolayout及VFL经验分享
  7. 数据分析学习(zhuan)
  8. Clean Code 笔记 (一):命名
  9. adb概览及协议参考
  10. Python学习笔记——基础篇1【第三周】——set集合
  11. 上海赛区-org.apache.ibatis.type.TypeException: JDBC requires that the JdbcType must be specified for all nullable parameters.
  12. mysql 数字字段的类型选择
  13. day1(变量、常量、注释、用户输入、数据类型)
  14. Oracle和Mysql获取uuid的方法对比
  15. C# Base64方式的编码与解码
  16. QQ小橙团队排表机器人使用方法
  17. tp5.1中的容器和facade的实现
  18. 关于 someone could be eavesdropping on you right now (man-in-the-middle attack) ssh的解决办法
  19. 设计模式のBuilderPattern(创建者模式)----创建模式
  20. jQuery 学习01——定义、安装引用、语法、选择器及事件

热门文章

  1. 在 Java 中不使用多余变量交换两个字符串
  2. 以Unicode(UTF-16 LE)编码保存文本
  3. Codeforces Round #249 (Div. 2) C. Cardiogram
  4. Haffman编码
  5. ServletContextInitializer添加 servlet filter listener
  6. Ambari深入学习(I)-系统架构
  7. Delphi中AssignFile函数
  8. C# vb .net图像合成-合成文字
  9. selenium中元素操作之简单的鼠标、键盘操作(三)
  10. js获取列表多条数据(接口)