Zabbix 的简介 Zabbix 可以监控网络和服务的运行状况,Zabbix 利用灵活的告警机制,允许用户对事件发送基于 Email 的告警.但最近在使用的时候遇到一个问题. 这篇文章主要给大家介绍了如何解决zabbix server is running | No 的方法,有需要的朋友们可以参考借鉴,下面来一起看看吧. 根据日志报错排查 cat /var/log/zabbix/zabbix_server.log zabbix进程查看 ps aux |grep zabbix 查看监听zabbi…
通过前面的文章,你已经可以快速地搭建一个报警系统,并能正常的收到报警邮件了.不过在很多企业级环境下,邮件发送服务器往往放在外网,而zabbix server放置在内网,在这种情况下,zabbix的报警信息又如何能传送给邮件发送服务器呢? 其实也很简单,方法也很多,这里给出一个我们在实际生产环境中的例子,大致的流程是: 请求网络组的同事将邮件发送服务器的22端口开放给内网的zabbix机器: 前面提到的server报警脚本需要做改造,将报警信息封装成一个时间戳文件: 利用scp命令将时间戳文件传送…
一.关闭selinux   修改配置文件/ etc / selinux / config,将SELINU置为禁用(disabled)   vim /etc/selinux/config  # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: #     enforcing - SELinux security policy is enforce…
zabbix日志报错: One child process died (PID:8885,exitcode/signal:1). Exiting ... syncing history data...syncing history data donesyncing trends data...syncing trends data doneZabbix Server stopped. Zabbix 2.4.7 解决方法:/usr/local/zabbix/etc/zabbix_agentd.co…
本文为大家讲解的是mysql错误:The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement解决方法,感兴趣的同学参考下. 错误描述: mysql> grant all on cactidb.* to dbuser@'localhost' identified by '123'; ERROR 1290 (HY000): The MySQL server is…
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current, 下面的几种情况都有可能引起这个错误, 1. selinux是否关闭.一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的discovery功能也不能正常使用 关闭SELinux的方法: 修改/etc/selinux/config文件中的SELINUX="" 为 dis…
zabbix监控搭建完后打开web界面http://xxx/zabbix报错: zabbix server is not running: the information displayed may not be current! 1 . 遇到这个问题,首先不要去直接搜,我们查看下zabbix server的log日志: connection to database 'zabbix' failed: [1045] Access denied for user 'root'(using passw…
点击返回:自学Zabbix之路 点击返回:自学Zabbix4.0之路 点击返回:自学zabbix集锦 Zabbix4.4.1系统告警“Zabbix server is not running” 第一步: 查看系统日志,进一步确认原因 cat /var/log/zabbix/zabbix_server.log 问题出现在数据库. 第二步 数据库确认 mysql -u root -p #root用户登陆数据库 如果登录不成功,就看一下登录密码是否正确以及zabbix用户是否有权限登录数据库. GRA…
故障描述: Lack of free swap space on Zabbix server 故障原因: 情况一:云主机:因为Zabbix监控没有考虑虚拟主机的swap分区情况. 情况二:物理主机:说明没有启用swap分区,或者swap分区没有挂在上. [root@localhost ~]# free -m    // 通过free -m命令发现swap分区 total 0  used 0  free 0 解决方法: 方法一:修改zabbix监控模板 添加以下内容:{Template OS Li…
windows server 2008见安装IIS方法(解决) 刚开始有点蒙,后来才知道原来如此.! . 右键点击[我的电脑]--[管理]--[字符]--[加入角色]--仅落后win7像.啊! 版权声明:本文博主原创文章.博客,未经同意不得转载.…