Sponsored Content
Operating Systems Linux Red Hat Can I install Nagios on Linux ? Post 302540972 by getrue on Friday 22nd of July 2011 11:33:04 AM
Old 07-22-2011
Firstly you install nagios, I can help you for monitoring.
It is not so difficult to understand.

---------- Post updated at 06:33 PM ---------- Previous update was at 12:17 PM ----------

I can configure nagios but I didn't install before.
Maybe below output can help you. Its shows only two packets on our RH.

Code:
# rpm -qa | grep nagios*
nagios-plugins-1.4.14-1.el5.rf
nagios-3.2.1-5.el5.rf
#

Code:
# uname -a
Linux GateWay 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:43 EDT 2010 i686 i686 i386 GNU/Linux
#

This User Gave Thanks to getrue For This Post:
 

9 More Discussions You Might Find Interesting

1. Solaris

Nagios - How to install !

Hi , I want a clear a detailed manual or installation guide pls for Nagios . I tried many time to use the original manual but the commands is related to linux i think ,, I am using Solaris 9 Regards Adel (2 Replies)
Discussion started by: ArabOracle.com
2 Replies

2. Solaris

Nagios NRPE plugin won't install

Hi have a Solaris 9 box and I'm trying to install Nagios on it. I've installed the GCC compiler as well as OpenSSL and OpenSSH. When I run the # ./configure for the nrpe plugin it executes without any obvious errors. However, when I run the # make install afterwards if fails with the... (0 Replies)
Discussion started by: soliberus
0 Replies

3. UNIX and Linux Applications

How to install Nagios on Unix server

Hi all, i have install nagios on my Linux Centos 5 server and i want to install the agent on unit server to monitor it. I can monitor a linux and windows servers but still looking for a article on how to intall nagios on Unix server. Thanx in advance (2 Replies)
Discussion started by: Tulz
2 Replies

4. Infrastructure Monitoring

Nagios on Linux

Hi All, I am new in Linux. I want to install Nagios on Linux. Kindly provide me guidelines for the same. Its urgent.......... (1 Reply)
Discussion started by: sunray
1 Replies

5. Infrastructure Monitoring

Nagios: How to read the Linux system file?

hi 2 all i installed nagios in my linux srvr . check_ftp file is in format of system format . i wants to see the syntax for that script how can i read that file .. ??? please help me ! (4 Replies)
Discussion started by: ponmuthu
4 Replies

6. Solaris

nagios-plugins-1.4.15 Install Problem on Solaris 10

I am trying to install nagios-plugins-1.4.15 on a Solaris 10 box and when I run the ./configure script I get this error: checking for grep that handles long lines and -e... configure: error: no acceptable grep could be found in... (2 Replies)
Discussion started by: thatwaseasy
2 Replies

7. UNIX for Advanced & Expert Users

Linux column(1) from util-linux-ng for Solaris? Which *.pkg to install?

Hi On Linux systems there is a command called "column". column - columnate lists Synopsis column -tx] -c columns] -s sep] file ...] Description The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or,... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

8. Infrastructure Monitoring

Nagios configuration support on Linux

Hi All, I have been trying to find a documentation for implementing a check of an Oracle query on Nagios environment. The requirement is very simple. This is the Oracle query select count(*) from IM_BC_JOB; If count_number >= 10 then RED alert if count_number < 10 then GREEN alert ... (1 Reply)
Discussion started by: gio123bgg
1 Replies

9. Infrastructure Monitoring

Nagios check dependent on second nagios server

We have a dual Nagios server setup. One is setup for internal server monitoring on our LAN, while the second Nagios server is hosted externally and is used for external checks only such as URL and ping checks form the WAN side. I was wondering if there is any way to setup cross dependencies... (1 Reply)
Discussion started by: eugenes18t
1 Replies
CHECK_LM_SENSORS(7)					User Contributed Perl Documentation				       CHECK_LM_SENSORS(7)

NAME
"check_lm_sensors" - Nagios plugin to monitor hardware sensors and disk temperatures DESCRIPTION
check_lm_sensors is a Nagios plugin to monitor the values of on board sensors and hard disk temperatures on Linux systems VERSION
Version 3.1.1 SYNOPSIS
check_lm_sensors [--help] [--verbose] [--version] [OPTIONS] Options -?, --help help -l, --low specifies a check for a sensor value which is too low. -h, --high specifies a check for a sensor value which is too high. -r, --range specifies a check for a sensor value which should stay in a given range. --rename renames a sensor in the performance output (useful if you want to have common names for similar sensors across different machines) --sanitize sanitize sensor names (e.g., removing spaces) --nosensors disable checks on check lm_sensors --nodrives disable checks on drive temperatures -d, --drives enable checks on drive temperature --hddtemp_bin manually specifies the location of the hddtemp binary --sensors_bin manually specified the location of the sensors binary -v, --verbose verbose output --version prints $prog_name's version and exits REQUIRED ARGUMENTS
OPTIONS
EXAMPLE
DIAGNOSTICS
You can specify multiple --verbose options to increase the program verbosity. EXIT STATUS
0 if OK, 1 in case of a warning, 2 in case of a critical status and 3 in case of an unknown problem DEPENDENCIES
check_updates depends on o Carp o English o Getopt::Long o Nagios::Plugin o Nagios::Plugin::Threshold o version CONFIGURATION
INCOMPATIBILITIES
None reported. SEE ALSO
Nagios documentation BUGS AND LIMITATIONS
No bugs have been reported. Please report any bugs or feature requests to matteo.corti@id.ethz.ch, or through the web interface at https://svn.id.ethz.ch/trac/nagios_plugins/newticket AUTHOR
Matteo Corti <matteo.corti@id.ethz.ch> LICENSE AND COPYRIGHT
Copyright (c) 2007, ETH Zurich. This module is free software; you can redistribute it and/or modify it under the terms of GNU general public license (gpl) version 3. See the LICENSE file for details. DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ACKNOWLEDGMENTS
perl v5.14.2 2012-07-02 CHECK_LM_SENSORS(7)
All times are GMT -4. The time now is 10:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy