码迷,mamicode.com
首页 >  
搜索关键字:ansible zabbix agentd monitor    ( 10123个结果
zabbix
zabbix服务端安装 环境: 主机|ip|应用 | | 服务端|192.168.23.140|基于lamp架构下部署zabbix server, zabbix agent 准备工作 //安装依赖包 [root@localhost ~]# yum -y install net-snmp-devel ...
分类:其他好文   时间:2021-04-08 13:51:27    阅读次数:0
ansible 批量更新 nginx 配置,以及失败时的自动回滚样例
作者:weixin_34092455 https://blog.csdn.net/weixin_34092455/article/details/89733396 本文基于 ansible 2.3.0.0 编写 我们目前有 8 个大区共 24 台 nginx 服务器,每个区除了 upstream 地 ...
分类:其他好文   时间:2021-04-08 13:18:16    阅读次数:0
ansible playbook如何处理错误(block-rescue-always)
在日常使用ansible playbook的过程中,我们有时候希望做一下补救性的操作,做一些判断, 例如: Default 1 2 3 4 5 6 7 8 9 10 11 tasks: - block: - debug: msg='i execute normally' - command: /bi ...
分类:其他好文   时间:2021-04-08 13:17:01    阅读次数:0
Ansible 教程
【注】本文译自:https://www.edureka.co/blog/ansible-tutorial/ 在阅读本文之前,你应该已经知道,Ansible 构成了 DevOps 认证的关键部分,它是用于配置管理、部署和编排的工具。 本教程的主要内容包括: 学习如何编写 Ansible 剧本 学习 A ...
分类:其他好文   时间:2021-04-07 11:20:11    阅读次数:0
prometheus监控
部署prometheus监控端mkdir /opt/monitor/[root@zabbix ~]# tar -xf prometheus-2.25.0.linux-amd64.tar.gz -C /opt/monitor/[root@zabbix ~]# mv prometheus-2.25.0. ...
分类:其他好文   时间:2021-04-06 14:27:18    阅读次数:0
How to connect COMPIM (Proteus) with Serial Monitor (Arduino IDE)
image host for https://epiapoq.github.io/2021/04/02/compim/ ...
分类:其他好文   时间:2021-04-05 12:11:11    阅读次数:0
python自动统计zabbix系统监控覆盖率
脚本主要功能: 1)通过zabbix api接口采集所有监控主机ip地址; 2)通过cmdb系统(蓝鲸)接口采集所有生产主机IP地址、主机名、操作系统、电源状态; 3)以上2步返回数据对比,找出未监控主机ip地址,生成csv文件; 4)发送邮件。 脚本如下: #!/usr/bin/python #c ...
分类:编程语言   时间:2021-04-05 12:04:28    阅读次数:0
zabbix自定义key类型之计算(Calculated items) 在流量曲线图里,把各个item的值叠加的方法
我创建的item是这样的: last("192.168.64.254:IfHCOutOctets[GigabitEthernet1/0/35]")+last("192.168.64.254:IfHCOutOctets[GigabitEthernet1/0/41]")+last("192.168.64 ...
分类:其他好文   时间:2021-04-02 12:57:16    阅读次数:0
9.ansible 循环功能和忽略错误
在剧本中设置循环信息 vim test04.yml hosts: all remote_user: root tasks: name: Add Users user: name={{ item.name }} groups={{ item.groups }} state=present with_i ...
分类:其他好文   时间:2021-03-31 11:52:29    阅读次数:0
zabbix采集不到数据发送告警
在做监控的时候,有可能会发生agent挂掉,无法采取到告警的时候。 这个时候可能就无法发送告警了 # 解决方法 这个时候需要用《nodata》触发器 《nodata触发器》表达式参考 {docker container check health:net.tcp.listen[{#TCP_PORT}] ...
分类:其他好文   时间:2021-03-31 11:35:11    阅读次数:0
10123条   上一页 1 ... 3 4 5 6 7 ... 1013 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!