zabbix监控Windows下的服务并实现告警和重启服务首先创建获取服务状态的脚本一、Windows脚本@echooff
setsrvname=%1
for/f"skip=3tokens=4"%%iin(‘scquery%srvname%‘)doset"zt=%%i"&goto:next
:next
if/i"%zt%"=="RUNNING"(
:服务运行正常,返回1.
echo1
)else(
:服务..
分类:
其他好文 时间:
2016-01-02 01:14:42
阅读次数:
448
Let me show you the WeChat version first. It is 6.3.What will happen to WeChat deleted chat messages? Take a look at "Blocks containing deleted data" ...
分类:
微信 时间:
2016-01-01 11:05:04
阅读次数:
408
Monte Carlo algorithm will return an answer that is not necessarilycorrect within a reasonable amount of time.Las Vegas algorithm may take infinite ti...
分类:
编程语言 时间:
2015-12-31 00:10:25
阅读次数:
614
You are playing the following Flip Game with your friend: Given a string that contains only these two characters: + and -, you and your friend take tu...
分类:
其他好文 时间:
2015-12-28 06:25:27
阅读次数:
116
题目:You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 s...
分类:
其他好文 时间:
2015-12-26 22:14:29
阅读次数:
138
https://www.quora.com/Why-does-flume-take-more-resource-CPU-when-file-channel-is-used-compared-to-when-memory-channel-is-usedIn case of File channel ,...
分类:
Web程序 时间:
2015-12-25 18:56:56
阅读次数:
149
mysql的root怎么样都无法重置密码(操作不当导致)在/etc/my.cnf添加了skip-grant-tables以安全模式免密码登陆时没有问题(mysql的库是在),然后在mysql里面重置了密码后退出,将刚才在/etc/my.cnf的配置去掉后重启mysql服务,用重置了的正确密码一直提示密码不正确。。。后来..
分类:
数据库 时间:
2015-12-24 17:58:29
阅读次数:
232
select deptno, job, sum(sal) from emp group by rollup(deptno, job);break on deptno skip 2;set pagesize 30;title col 15 '' col 35 sql.pnocol deptno hea...
分类:
数据库 时间:
2015-12-24 02:03:41
阅读次数:
231
安装KVM,Xfce以及virt-manager,桌面方式管理KVM虚拟机:#!/bin/bash#lsmod|grepkvm||exit3&&echo‘KVMmodeisnotloaded!‘pingwww.163.com-c2if[$?-eq0];thenyum-ygroupinstallXfce--skip-broken yum-ygroupinstall‘VirtualizationHost‘‘Virtualization‘yum-yinstallqem..
分类:
其他好文 时间:
2015-12-23 02:21:07
阅读次数:
319
问题[Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.中文[警告]——skip-locking是...
分类:
数据库 时间:
2015-12-22 01:01:01
阅读次数:
206