nagios monitoring tool

Alibabacloud.com offers a wide variety of articles about nagios monitoring tool, easily find your nagios monitoring tool information here online.

Nagios Monitoring Server, error: Return code of 127 is out of bounds–plugin could be missing

A Negios server was set up in the company today. After adding the monitored server, several monitored services are OK, but the host display is down.Environment Description:Nagios Server:Redhat 6.3 x64 Minimized installationTurn off SELinux and iptablesNagios-3.4.1.tar.gzNagios-plugins-2.0.3.tar.gzNrpe-2.15.tar.gzFollow the previous manual step-by-step procedure. Used to be OK, do not know why this error.650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/4D/95/wKioL1RTol6Tub7CAAEbwHa1LdI6

A Nagios script for monitoring disks

1. Create a script on the client/usr/local/nagios/libexec/check_disk.sh vim/usr/local/nagios/libexec/check_disk.sh Write the following: (client) #!/bin/bash #!/bin/bash row= ' df-h |wc-l ' for i in ' seq 2 $row ' do ava= ' df-h |sed-n " $i" p|awk ' {print $4} u_per= ' df-h |sed-n ' $i "p|sed-n" s/\%//"P|awk ' {print $} ' p_p= ' df-h-p|sed-n ' $i" P|aw K ' {print $6} ' If ["$u _per"-gt "" ];then

Debian System installs Nagios server monitoring side

;>/var/lib/nagios3/service-perfdata.out command_line/usr/bin/Perl/usr/lib/pnp4nagios/libexec/process_perfdata.pl}commands.cfg Code Modifying the NAGIOS.CFG configurationVi/etc/nagios3/nagios.cfg Modify the following 3 line configurationsProcess_performance_data=1Host_perfdata_command=process-host-perfdataService_perfdata_command=process-service-perfdataModify Check_external_commands=1 (unmodified may cause Web sites to fail to re-schedule monitoring

Monitoring software Nagios Error Summary

1. Click on any page to error after installing Nagios softwareIt appears as though you don't have permission to view information for any of the hosts you requested ...Workaround:[Email protected] conf]# vim/usr/local/nagios-4.0.8/etc/cgi.cfgUse_authentication=0--Change 1 to 0 without certification[Email protected] conf]#/etc/init.d/nagios restartRunning Configura

Open Source Monitoring Solution Nagios+cacti+pnp4nagios+nconf+ndoutils+nagvis (v) Cacti installation

";$database _hostname = "127.0.0.1";$database _username = "Nagios";$database _password = "XXXX";$database _port = "3306";$database _ssl = false;(4) Set directory permissions# Useradd Cactiuser# chown-r Cactiuser rra/log/(5) Increased timing tasks#echo "*/5 * * * * cactiuser php/var/www/html/cacti/poller.php >/dev/null 2>1" >>/etc/crontab#每5分钟以cactier去抓取数据绘图, this time 5 minutes should be the minimum interval, it is not recommended to modify to a small

Nagios monitoring using SendMail to send mail alerts using a third-party SMTP service

/etc/object/command.cfg#notify definition of the-host-by-email commandDefine Command{#命令名称, which defines a command that sends a message when a host exception is defined. Command_name Notify-host-by-email#命令具体的执行方式. command_line/usr/bin/printf "%b" "* * * * Nagios *****\n\nnotification Type: $NOTIFICATIONTYPE $\nhost: $HOSTNAME $\nstat E: $HOSTSTATE $\naddress: $HOSTADDRESS $\ninfo: $HOSTOUTPUT $\n\ndate/time: $LONGDATETIME $\n "| /bin/mail -S "* * $N

Nagios Custom Script Monitoring < Checking the existence of an EIP user's Java process >

/monitor/nagios/libexec./check_nrpe-h 192.168.1.11-c check_pid.shSee return informationStatus OKOpen the Graphics monitoring page and you can see650) this.width=650; "src=" Http://axlewire.blog.51cto.com/e/u261/themes/default/images/spacer.gif "alt=" Spacer.gif "style=" padding:0px;margin:0px;vertical-align:top;border:1px solid rgb (221,221,221); Background-image: URL ("Http://axlewire.blog.51cto.com/e/u261

Nagios Custom Monitoring HDD Script

command to the server side:check_nrpe-h 192.168.0.12-c check_disk (on server)if normal, it will output a row of disk detection data, or may be error. 5. Add the appropriate service to the servercd/etc/nagios/conf.d/Vim 192.168.0.12.cfg # Add the following:define service{Use generic-servicehost_name 192.168.0.12service_description Check_diskCheck_command Check_nrpe!check_diskmax_check_attempts 5Normal_check_interval 1}6. Restart the

[Nagios monitoring] causes and troubleshooting of NRPE: Unable to read output

[Nagios monitoring] NRPE: the reason for Unable to read output and troubleshooting the normal operation of the nrpe monitoring terminal definition command, monitor run #/usr/local/nagios/libexec/check_nrpe-H 117.121.9.200-c check_oracle_tablespace error prompt: NRPE: Unable to read output monitor run: #/usr/local/

Nagios monitoring ACTIVEMQ plug-in development and deployment considerations

As a prerequisite, the monitoring server is the UBUNTU14 operating system. The monitored server is RHEL6.5 RHEL71. Custom plugins can be implemented using scripts such as bash, Python, and so on.2, through the Nrpe plug-in to achieve monitoring server and monitored host communication between3, must pay attention to the monitoring script belongs to the user, user

Nagios research-remote monitoring of custom TCP ports on Windows Servers

I. Monitoring requirements: Remote monitoring of custom TCP ports on Windows Servers 1. Linux machines are relatively simple. Use the check_tcp plug-in (the steps are omitted) 2. Windows machine, using the check_nt plug-in, check_nt for detailed usage see http://nagiosplugins.org/man/check_nt A. First install nsclient ++ B. Edit /Usr/local/Nagios/etc/objects/comm

Official Iptables Monitoring script tuning in Nagios

There is a script available on Nagios's official website to monitor the status of Iptables, but the official script is not directly available and needs to be modified in order to be used, as is the case here, because Nagios's command mechanism is run with Nagios users, Therefore, the official web-based script is not available before the adjustment is not normal use, the official website provides the Iptables monit

Nagios Monitoring Redis

-serviceHOST_NAME Redis_1Service_description redis_6379_memoryCheck_command check_redis!6379! ' Used_memory_human,used_memory_peak_human '!~,~!~,~}Define Service{Use Generic-serviceHOST_NAME Redis_1Service_description redis_6379_memoryCheck_commandcheck_redis!6379! ' Connected_clients,blocked_clients,client_longest_output_list,client_biggest_input_buf '!100,5,~,~!500,10,~,~}Define Service{Use Generic-serviceHOST_NAME Redis_1Service_description Redis_6379_conn_numberCheck_command check_redis!6379

Python-django monitoring System two times development Nagios

+ - defwriteconf (f,data): theWith open (F,'W') as FD: * fd.write (data) $ Panax Notoginseng defparsedata (data): -host_conf ="' thehostgroup_conf ="' + forHginchData: AGroupName = hg['GroupName'] theMembers = [] + forHinchhg[' Members']: -hostname = h['hostname'] $ Members.append (hostname) $host_conf + = host_temp%h -hostgroup_conf + = hostgroup_temp% {'GroupName': GroupName,' Members':','. Join (members)} -fp_hostconf = Os.path.join (Conf_dir,'hosts.cfg') thefp_hostgroupconf =

Several considerations for Nagios monitoring Client

1.nagios to add a monitoring service that monitors the number of scan engines on the client, the engine runs on the KVM virtual machine, as follows:[Email protected] libexec]# Virsh listId Name State----------------------------------avpscan_000 RunningAVPSCAN_001 RunningAVPSCAN_002 RunningAvpscan_003 RunningAvpscan_004 RunningAvpscan_005 RunningPanax Notoginseng avpscan_006 RunningAvpscan_007 RunningAvpscan

Nagios monitoring oracle alert Log script, nagiosalert

Nagios monitoring oracle alert Log script, nagiosalertClick Nagios to know how to use it # Add nagios to the oinstall group # usermod-a-G oinstall nagios#! /Bin/shDbversion = 11Bdump =/u01/app/oracle/oradata/PROD/dump/diag/rdbms/prod/PROD/trace/alert_PROD.logSTATE_ OK = 0STA

Nagios monitoring redis

$HOSTADDRESS$ -p $ARG1$ -a $ARG2$ -w $ARG3$ -c $ARG4$ -f} Add to host monitoring define service{ use local-service ; Name of service template to use host_name c1gredis service_description redischeck_commandcheck_redis!6379!'connected_clients,blocked_clients'!~,~!~,~notifications_enabled0 } Reload the configuration. /Etc/init. d/

Configuration of Nagios monitoring server (1)

Figure-Nagios The configuration of the Nagios monitoring server is as follows: 1. Install nrpe [Root @ UnixHot src] # tar zxvf nrpe-2.12.tar.gz [Root @ UnixHot nrpe-2.12] #./configure make all [Root @ UnixHot nrpe-2.12] # make install-plugin [Root @ UnixHot nrpe-2.12] # make install-daemon [Root @ UnixHot nrpe-2.12] # make install-daemon-config [Root @ UnixHot n

Build a monitoring system based on Nagios--Monitor remote Windows Server

Sharing how to monitor Linux servers, let's take a look at how Nagios monitors Windows servers.Part I: Configuring Windows servers to be monitoredFirst, visit http://sourceforge.net/projects/nscplus/and download the nsclinent++ that matches your server. After I download it, the file name is: Nscp-0.4.1.73-win32.msiDouble-click the installer, select Complete Install, and choose Build instance profile, and the others will be ok the next step.Second, in

Nagios Monitoring Redis

/redis.pminstalling/usr/local/share/perl5/redis/list.pminstalling/usr/local/share/perl5/redis/sentinel.pminstalling/usr/local/share/perl5/redis/hash.pminstalling/usr/local/share/man/man3/redis::hash.3pminstalling/usr/local/share/man/man3/redis::sentinel.3pminstalling/usr/local/share/man/man3/redis::list.3pminstalling/usr/local/share/man/man3/redis.3pmAppending installation Info To/usr/lib64/perl5/perllocal.podDams/redis-1.975.tar.gz/usr/bin/make Install--OKCpan[2]> quit#Cp-p/usr/local/share/perl

Total Pages: 15 1 .... 10 11 12 13 14 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.