Check your browser security:
https://browsercheck.qualys.com/
http://www.surfpatrol.ru/
Sunday, 17 April 2011
Nagios tips
Plugins, addons, sites and other great stuff for Nagios:
Good plugin for check CPU:
To make it work you need to install some Perl modules:
cpan -i Nagios::Plugin Getopt:Compact
I usually use this plugin with the fillowing parametres:
$USER1$/check_nrpe -H $HOSTADDRESS$ -c check_cpu -a -w 50 -c 80
Another plugin for checking CPU is check_cpu.sh.
It is more accurate because it produces two CPU checks, using -i (interval) option. When there is only one check, false aletrts may happen. For example, if one program occupies 100% of CPU for 2 seconds and exactly at this time Nagios checks CPU, critical alert would be sent.
Memory plugin, that I usually use:
Send SMS with gammu
~/.gammurc
[gammu]
port = /dev/ttyUSB0
model = connection = at19200
synchronizetime = yes
logfile =
logformat = nothing
use_locking =
gammuloc =
gammu sendsms text 07874454543
Subscribe to:
Comments (Atom)
Ping does not work
Today I would like to discuss a banal situation: host A is directly connected to host B, ping from host A to host B does not work. What are...
-
In this post I am going to describe how I was configuring auditd service in Ubuntu Linux 12.04 server and the challenges I faced during thi...
-
Let us imagine you need to upload large files into Mantis. For instance we will set a 40Mb limit. First of all you need to change configur...
-
If it is required to check what encryption and authentication is supported by IPSec service, ike-scan utility can be used. First we can laun...