码迷,mamicode.com
首页 >  
搜索关键字:ansible zabbix agentd monitor    ( 10123个结果
Zabbix对接LDAP实现用户统一登录
在zabbix平台上配置LDAP认证,填写配置参数之后,点击测试,如果出现LDAP登录成功的话,就说明验证成功,然后点击更新。
分类:其他好文   时间:2020-05-28 13:43:53    阅读次数:151
Zabbix“专家坐诊”第61期问答汇总
习惯了4.0以前的页面布局,5.0太多坑了,主要就是告警的动作和告警媒介这里,告警媒介新增了一个通用模板,动作里的消息模板变成了一个勾选项,勾选了才会采用动作里的告警消息模板,官方依旧没有修复中文bug
分类:其他好文   时间:2020-05-28 13:38:04    阅读次数:63
ansible-playbook安装xinted
1、先展示下角色结构:[root@admin1roles]#treentpd/ntpd/├──files│└──ntp-4.2.8p14.tar.gz├──handlers├──tasks│└──main.yml├──templates└──vars5directories,2files2、task任务(1)main.yml[root@admin1tasks]#catmain.ymlinclude
分类:其他好文   时间:2020-05-28 13:16:18    阅读次数:76
Ansible API和自定义module
1 #!/usr/bin/env python 2 3 import json 4 import shutil 5 from ansible.module_utils.common.collections import ImmutableDict 6 from ansible.parsing.dat ...
分类:Windows程序   时间:2020-05-28 00:50:30    阅读次数:103
Zabbix监控报警Lack of free swap space on Zabbix server解决办法
故障描述: Lack of free swap space on Zabbix server 故障原因: 情况一:云主机;因为Zabbix监控没有考虑虚拟主机的swap分区情况。 情况二:物理主机;说明没有启用swap分区,或者swap分区没有挂在上。 [root@localhost ~]# fre ...
分类:其他好文   时间:2020-05-27 18:30:41    阅读次数:142
we support version 0x01, peer supports version 0x04
[root@kunpeng82 delay_monitor_sdn]# ovs-ofctl -O OpenFlow13 dump-flows s1 cookie=0x0, duration=491.321s, table=0, n_packets=2, n_bytes=196, priority=1 ...
分类:其他好文   时间:2020-05-27 18:23:00    阅读次数:68
ansible-playbook 之 拷贝路径
1,使用copy模块时,src 路径可以不用写,直接写要copy的文件名称即可 ansible 自己会根据一定的规律来遍历路径,是否存在该文件(拷贝的对象) 1. [root@localhost kafka]# tree . ├── hosts │ ├── kafka_hosts │ └── kaf ...
分类:其他好文   时间:2020-05-27 15:33:11    阅读次数:231
Ansible模块lineinfile替换指定行内容、多行replace及j2的shell/yaml
案例一般在ansible当中去修改某个文件的单行进行替换的时候需要使用lineinfile模式name:关闭SElinuxlineinfile:dest:/etc/selinux/configregexp:"^SELINUX="line:"SELINUX=disabled"比如替换selinux当中的以SELINUX开头的行,替换为disabledline参
分类:系统相关   时间:2020-05-27 15:30:53    阅读次数:803
zabbix server和zabbix agent的安装
阿里云要开放10050和10051端口 (一).zabbix server 1.安装zabbix包 1.设置主机名 hostnamectl set-hostname zabbix_server systemctl stop firewalld.service #关闭防火墙 systemctl dis ...
分类:其他好文   时间:2020-05-27 00:48:01    阅读次数:72
使用python登录pgsql,实现监控PostgreSQL
PostgreSQL标榜自己是世界上最先进的开源数据库。PostgreSQL的一些粉丝说它能与Oracle相媲美,而且没有那么昂贵的价格和傲慢的客服。它拥有很长的历史,最初是1985年在加利福尼亚大学伯克利分校开发的,作为Ingres数据库的后继。
分类:数据库   时间:2020-05-26 20:47:03    阅读次数:153
10123条   上一页 1 ... 50 51 52 53 54 ... 1013 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!