1. Download the Monitoring pluginwget http://nagios-snmp.cvs.sourceforge.net/nagios-snmp/plugins/check_snmp_int.pl2. First look at all the ports that the switch is currently openingFor i in ' seq 1 ';d o/usr/local/nagios/libexec/check_snmp_int.pl-h 192.168.0.254 -C PU Blic -N "^gigabitethernet1/0/$i $";d One3. Add
A script for monitoring the Elasticsearch index was found in the Nagios community, and then modified to use the listening IP that is normally used for incoming elasticsearch for using a script that monitors the Elasticsearch health state in Nagios#!/bin/bash#check_elasticsearch_health.sh#memofornagiosoutputsstate_ok=0state_warning=1state _critical=2state_unknown=
Nagios's powerful monitoring functions and open-source features based on GPLv2 give it superior cost effectiveness in the monitoring field, which is well received by many O M engineers. The "nagios + pnp4nagios + nconf + ndoutils" mentioned by the author today is integrated and deployed with multiple open-source software at the core of
After installing the COLLECTD tool on the host, you can obtain data such as cpu,memery,if-traffic of the virtual machine on the host by using the COLLECTD tool. Monitoring of these data can be achieved through Nagios monitoring scripts.The following is a simple monitoring virtual machine memory script:#!/bin/bash#desc:
Ndoutuils is based on the correct installation of Nagios, please go to the previous article for Nagios installation.1. Dependency packet Detection#rpm-Q libxml2-devel pango-devel cairo-devel#yum Install Libxml2-devel pango-devel cairo-devel2. Compiling the installation#tar ZXVF rrdtool-1.4.8.tar.gz#cd rrdtool-1.4.8#./configure--prefix=/usr/local/rrdtool#make#make Install3. Verify that the installation is su
Ndoutuils is based on the correct installation of Nagios, please go to the previous article for Nagios installation.1. Dependency packet Detection#rpm-Q libxml2-devel pango-devel cairo-devel#yum Install Libxml2-devel pango-devel cairo-devel2. Compiling the installation#tar ZXVF rrdtool-1.4.8.tar.gz#cd rrdtool-1.4.8#./configure--prefix=/usr/local/rrdtool#make#make Install3. Verify that the installation is su
This article introduces shinken, A Nagios like monitoring and management tool implemented by python.Http://www.shinken-monitoring.org/main features are described as follows:1, flexible monitoring and alerting capabilities2, simple and modular discovery Module3, prioritize your effort based on business impact4. VMWare auto dependency and vmotion support5. Business
Nagios Core 4.2.1 was released.This bug fix release includes:(Important: You must also ndoutils to 2.1.1 When you upgrade your core .) )Improved1. Fixed many problems with the UI.2. $ARGN $ macros can now be used in the PerfData command.3. Run nagios-v in just 90+ seconds (bugs are described in the previous release).4. Improved lack of picture in availability reporting host and service status trends.5. Keep
Nagios plug-in-firewall logon for session Monitoring
Ssh_firewall_session.sh -- log on to the firewall and execute dis session statistics
Firewall_check_sessions.c -- call the above script to filter out the value of sessioin.
Run:./firewall_check_sessions ssh_firewall_session.sh 192.168.0.1
Vi ssh_firewall_session.sh
#!/usr/bin/expect -f#set port 22set user xxxxxxset host [lindex $argv 0 0]set password xxxx
display the traffic usage of the GRE tunnel on the monitoring system. Here we use the Stone check_traffic.sh plug-in, www.111cn.net the plugin's Project home page is: https://github.com/cloved/check_traffic, Because there was a special article about the plug-in log article ———— Nagios SNMP traffic monitoring check_traffic.sh, so this is not done in detail, only
#!/bin/bashexecThis article is from the "Starry Sky" blog, so be sure to keep this source http://liuxiaolan.blog.51cto.com/7789055/1621689Batch generation of Nagios monitoring hosts
1. Unable to send message alert message when service flapping status[1409537279] SERVICE alert:rs-07; Memory; CRITICAL; hard;2; Connection refused by host[1409537279] SERVICE flapping alert:rs-07; Memory; STARTED; Service appears to has started flapping (28.2% change >= 20.0% threshold)2. Reason: The flap_detection_enabled parameter function, when the service between the two states frequently switching, in order to avoid the constant sending of alarms, this parameter is used to suppress the alar
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.