nagios的插件分为两个部分:GPINGOK–rttmin/avg/max/mdev=0.897/0.897/0.897/0.000ms|time=0.897ms;20;40;;ok=1cpu_user:OK-0%cpu_system:OK-0%cpu_idle:WARNING-99>70%|cpu_user=0%;120;90;cpu_system=0%;100;70;cpu_idle=99%;100;70;其中性能数据为|后面的斜体部分,格?.
分类:
移动开发 时间:
2014-12-15 22:07:39
阅读次数:
183
#!/usr/bin/envpython#-*-coding:utf-8-*-importsocket,sysfromoptparseimportOptionParserstat_ok=0stat_warning=1stat_critical=2stat_unknown=3defcheck_port(address,port):s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)s.settimeout(3)try:s.connect((address,port..
分类:
编程语言 时间:
2014-12-15 22:02:17
阅读次数:
610
一.问题描述 :
014-12-15 20:00:29 4398 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. INSERT... ON DUPLICATE KEY UPDATE on a table with more t
Last_SQL_Errno: 1666
Last_SQL_Error: Erro...
分类:
其他好文 时间:
2014-12-15 21:47:48
阅读次数:
216
主要是警告信息,在非ARC项目中没有这个警告。如果是在某一处修改只需要加入下列代码:
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Warc-performSelector-leaks"
[self.ticketTarget performSelector: self.ticketAction w...
分类:
移动开发 时间:
2014-12-15 15:31:53
阅读次数:
149
玩家移动//好长时间没看这些,好多都看不懂了void Map::UpdatePlayerPos(TgtPos pos, PlayerInfo* pl){// m_pLog->Logs(eLogLevel_Warning, "人物移动"); // 检查位置包 auto& mpos =...
分类:
移动开发 时间:
2014-12-14 00:31:14
阅读次数:
305
为什么要在标题前面加了详细两个字,就是为了吸引看文章的你还有写文章的我这种小白,我是从坑里面爬出来了。 废话少说.... 问题就是这样子了,至于解决办法,在网上搜索了很久,大多数以一段英文作为解决办法,... I think that the warning is accura...
分类:
其他好文 时间:
2014-12-12 23:36:37
阅读次数:
236
在解码中,接了浙江宇视的ipc相机,解码一般就挂了,vlc 也是中途断流.费解?vlc异常信息如下:packetizer_h264 warning: waiting for SPS/PPSpacketizer_h264 warning: waiting for SPS/PPSpacketizer.....
分类:
其他好文 时间:
2014-12-12 20:44:42
阅读次数:
841
问题1:Warning (usually harmless): ‘YAML‘ not installed, will not store persistent state 解决办法: 官网下载:http://search.cpan.org/~mstrout/YAML-0.84/lib/YAML.pm 上传安装包,解压缩 perl Makefile....
分类:
其他好文 时间:
2014-12-12 19:27:27
阅读次数:
201
1. 仅更新单个库只想更新某个特定的库,不想更新它的所有依赖,很简单:composer update foo/bar 此外,这个技巧还可以用来解决“警告信息问题”。你一定见过这样的警告信息:Warning: The lock file is not up to date with the late....
分类:
Web程序 时间:
2014-12-12 18:43:57
阅读次数:
238
WARNING:"mcount"xxx.koundefined!这个问题搜索了很长时间,最终发现解决方法是:重装gcc。#sudoapt-getremovegcc#sudoapt-getinstallgcc
分类:
系统相关 时间:
2014-12-12 17:03:45
阅读次数:
181