linux安装zabbix_agent客户端1,创建zabbix用户:[root@localhost~]#useraddzabbix-s/sbin/nologin2,编译安装zabbix_agent:[root@localhostzabbix-2.2.2]#./configure--with-net-snmp--with-libcurl--enable-agent--prefix=/usr/local/zabbix
[root@localhostzabbix-2.2.2]#m..
分类:
系统相关 时间:
2015-05-16 01:42:07
阅读次数:
287
user状态模块用于在sls文件中指定安装包的uid等属性/usr/lib/python2.6/site-packages/salt/states/user.py‘‘‘
Managementofuseraccounts
===========================
Theusermoduleisusedtocreateandmanageusersettings,userscanbeset
aseitherabsentorpresent
..code-bloc..
分类:
其他好文 时间:
2015-05-14 20:50:49
阅读次数:
414
group状态模块用于创建并管理UNIX组账号设置。/usr/lib/python2.6/site-packages/salt/states/group.py‘‘‘
Managementofusergroups
=========================
Thegroupmoduleisusedtocreateandmanageunixgroupsettings,groups
canbeeitherpresentorabsent:
..code-block::ya..
分类:
其他好文 时间:
2015-05-14 20:47:27
阅读次数:
212
file模块用于对普通文件,目录,特殊文件和链接文件进行各种操作/usr/lib/python2.6/site-packages/salt/states/file.pydefmanaged(name,
source=None,
source_hash=‘‘,
user=None,
group=None,
mode=None,
template=None,
makedirs=False,
dir_mode=None,
context=None,
repla..
分类:
其他好文 时间:
2015-05-14 20:42:29
阅读次数:
484
pkg状态模块使用各个操作系统自带的包管理工具来安装各种软件包,例如RedHat系列使用YUM安装软件包,Ubuntu使用apt-get安装等/usr/lib/python2.6/site-packages/salt/states/pkg.py‘‘‘
InstallationofpackagesusingOSpackagemanagerssuchasyumorapt-get
======================..
分类:
其他好文 时间:
2015-05-13 20:01:55
阅读次数:
275
/usr/lib/python2.6/site-packages/salt/states/service.py这个模块用于启动或重启服务和后台进程startingorrestartingofservicesanddaemons
==============================================
Servicesaredefinedassystemdaemonstypicallystartedwithsysteminitor
rcscripts,s..
分类:
其他好文 时间:
2015-05-13 19:57:54
阅读次数:
171
下载附件里的zabbix_agents_auto_installer.win.rar,解压后修改AutoInstall.bat里的zabbix_server的IP,以管理员身份运行AutoInstall.bat,zabbixagent会注册为服务并启动。32位系统会安装在c:\zabbix_x86,64位会安装在c:\zabbix_x64。下面献上AutoInstall.bat代码,供参考::..
Salt的状态系统的核心就是SLS文件,即SaLtStatefile.SLS文件呈现一个系统该有的状态,通常这被称为配置管理。SLS文件会被python解读成一系列的列表,字典,字符串和数字top.slstop文件用于映射哪些minion主机应该通过Salt的状态系统来加载哪些SLS模块SLS文件通常是一个YAML格式..
分类:
其他好文 时间:
2015-05-12 19:19:19
阅读次数:
167
安裝完zabbix後,默認的監控mysql模板是不能用的,即使添加上去了,也是顯示為紅色的unsupper,因此我們需要做一些配置.首先需要在想要監控的mysqlserver上新建授權用戶,讓zabbix_agent對數據庫有查詢,以及狀態監測等權限.mysql-uroot-p<PASS>-e"GRANTUSAGEON*.*TO‘zab..
分类:
数据库 时间:
2015-05-12 19:10:45
阅读次数:
202
/usr/bin/salt#!/usr/bin/python
‘‘‘
Publishcommandstothesaltsystemfromthecommandlineonthemaster.
‘‘‘
fromsalt.scriptsimportsalt_main
if__name__==‘__main__‘:
salt_main()调用scripts程序中的salt_main函数然后再调用/usr/lib/python2.6/site-packages/salt/cli/__i..
分类:
其他好文 时间:
2015-05-11 20:14:32
阅读次数:
181