单用check_snmp_storage.pl监控服务器空间脚本下载check_snmp_storage.plhttp://nagios-snmp.cvs.sourceforge.net/viewvc/nagios-snmp/plugins说明:被监控端需安装snmpd脚本1:#!/bin/bashDate=`date+%m%d%y`Server="10.0.1.210.0.1.310.0.1.4"forServerin$ServerdoSpace=`/us..
分类:
其他好文 时间:
2014-12-22 19:54:28
阅读次数:
191
下载服务器上有众多的软件资源, 可是很多来源不是本站,是迅雷、flashget, 源源不断的带宽,防盗链绝对是当务之急. 使用来源判断根本不靠谱,只能防止一些小白站点的盗链,迅雷之类的下载工具完全无效,如果你是nginx的话,使用secure link完美解决这个问题,远离迅雷.本文仅用于下载服务器...
分类:
其他好文 时间:
2014-12-22 19:35:59
阅读次数:
221
FATAL org.apache.hadoop.hdfs.server.datanode.DataNode: Initialization failed for block pool Block pool BP-336454126-127.0.0.1-1419216478581 (storage i...
分类:
其他好文 时间:
2014-12-22 12:38:22
阅读次数:
183
http://msdn.microsoft.com/en-us/library/azure/gg433132.aspxTo initialize the storage emulatorClick theStartbutton or press theWindowskey. Begin typing...
分类:
其他好文 时间:
2014-12-22 12:36:22
阅读次数:
132
You are using an Automatic Storage Management (ASM) instance to m
anage the files of your production database. You have two disk groups
, DG1and DG2 with one device each. In the parameter file of th...
分类:
数据库 时间:
2014-12-21 19:31:13
阅读次数:
266
ALTER TABLESPACE XH_DM DROP DATAFILE 'F:\DEV\ORACLE-DATA\ORCL\XH_DM_1.DBF';SQL> ALTER TABLESPACE XH_DM 2 DROP DATAFILE 'F:\DEV\ORACLE-DATA\ORCL\XH_D.....
分类:
数据库 时间:
2014-12-21 09:13:08
阅读次数:
214
Redis的某一个key的value被swap到文件上的时候,该key的value指向的RedisObject将会改变成VMPointer,VMPointer保存了该value在磁盘文件上的信息,包括起始页面的偏移和连续的页面数等。
typedef struct redisObject {
unsigned type:4;
unsigned storage:2;...
分类:
其他好文 时间:
2014-12-21 00:42:59
阅读次数:
231
TRUNCATE TABLE [schema.] table [ {PRESERVE | PURGE} MATERIALIZED VIEW LOG ] [ {DROP [ ALL ] | REUSE} STORAGE ] ;STORAGE ClausesTheSTORAGEclauses let y...
分类:
其他好文 时间:
2014-12-20 15:27:15
阅读次数:
193
In which scenarios would you rebuild an index? (Choose all that a
pply.)
A. when you need to disable the index usage
B. when you need to change storage options
C. when you ne...
分类:
数据库 时间:
2014-12-19 23:31:28
阅读次数:
367
http://www.cnblogs.com/longyg/archive/2012/06/25/2556576.html JSch是Java Secure Channel的缩写。JSch是一个SSH2的纯Java实现。它允许你连接到一个SSH服务器,并且可以使用端口转发,X11转发,文件传输等,...
分类:
Web程序 时间:
2014-12-18 17:06:39
阅读次数:
230