Tagged Questions

Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.

learn more… | top users | synonyms

6
votes
3answers
7k views

How do I use Nagios to monitor a log file

We are using Nagios to monitor our network with great success. However, we have a syslog for critical application errors and while I set up check_log, it doesn't seem to work as well as monitering a ...
6
votes
12answers
1k views

Server monitoring and alerting software? [closed]

What software does everyone use to monitor hardware? I know about nagios and cacti, but does anyone use any other software?
4
votes
1answer
72 views

AWK: Are these statements required?

I have the following line in a Nagios bash script. It is being used to get the up and down error rates for the specified network cards: if=`awk -v interface="$INTERFACE" '$1 ~ "^" interface ":" { ...
3
votes
1answer
1k views

How to send extra info in nagios email

I have setup a nagios monitoring and configured check_http plugin to check for a specific URL in my application. That url returns either 'ok' or an error message. My nagios sends me an email when it ...
3
votes
3answers
728 views

Why does ps only return one line of output in my Perl script when I call it with Nagios?

I have this running: if (open(PS_ELF, "/bin/ps -eLf|")) { while (<PS_ELF>) { if ($_ =~ m/some regex/) { # do some stuff } } } If called locally, the loop runs just fine, ...
2
votes
1answer
41 views

how to determine libraries involved in segfault

I have nagios 3.2.3 running on CentOS 5.7, and something is causing it to segfault. recently many servers were added to the configuration so its hard to tell what additional directive is triggering ...
2
votes
1answer
154 views

Expanding variable with spaces into a curl POST variable

Some research revealed a few useful stackexchange posts, namely expanding variable in CURL, but that given answer doesn't seem to properly handle bash variables that have spaces in them. I am setting ...
2
votes
2answers
66 views

Mismatch between ~ (user's home dir) and logged in user

Nagios is a IT infrastructure monitoring system. I am writing a simple plug-in script for it. A special account, nagios, has been created for it, and the script gets run by Nagios under that account. ...
2
votes
1answer
138 views

Integrate different Nagios webservers

I have different sites running with 4 to 5 server at each location. All the locations have one monitoring server with Nagios. Now I want to create a central location and want to combine all the nagios ...
2
votes
3answers
909 views

What are the best open source Nagios interfaces?

(best in your own eyes) Most features? Coolest Features? Slickest Design? Centreon? NagVis? Other?
1
vote
0answers
50 views

Nagios check_ntp_peer not working

I am running a virtualized (vmware) debian (2.6.26-2-686) which I monitor through Nagios. Lastly, I am getting the following Critical error (reported by the _check_ntp_peer_ script): NTP ...
1
vote
1answer
28 views

Resource Manager to handle large scale workflows across heterogenous systems

I am looking for a open-source resource manager that can manage large scale workflows on a distributed computing environment. I performed survey on TORQUE, SLURM, LOADLEVELER, SLURM is better than ...
1
vote
2answers
519 views

Nagios: CRITICAL - Socket timeout after 10 seconds

I've been running nagios for about two years, but recently this problem started appearing with one of my services. I'm getting CRITICAL - Socket timeout after 10 seconds for a check_http -H ...
1
vote
1answer
73 views

How to use getoptlong with variable options?

I have a couple Nagios scripts which inherit a common NagiosCheck class. Since every check has slightly different getopts options I thought it'd be the best to generate the available options via a ...
1
vote
2answers
379 views

scriptable website monitoring tool

I need a tool to monitor my web applications. The problem is that these applications may fail after login because of out of memory or database problems, but the main website page is usually just fine. ...
1
vote
3answers
76 views

Structured Templates in perl

I've been working on an nmap parser in perl, I've been going well with it, however I would like to write to a write to a file in a very structured manner. The file in question would be a nagios ...
1
vote
1answer
436 views

Nagios / MySQL error

Ireceived a downtime alert from Nagios that mysql was down on a host. I logged in to the host and found the following error in the mysql error.log file. What are the proper steps to troubleshoot this? ...
1
vote
1answer
395 views

Bash Script to allow Nagios to report ping between two other Linux machines

I'm looking for alternatives to working out the ping between two machine (mA and mB) and report this back to Nagios (on mC). My current thoughts are to write a BASH script that will ping the ...
1
vote
1answer
629 views

Simple way to programmatically access JMX console

I've got a java application deployed to a Jetty container, and I want to access its jmx MBeans through a shell script. I am trying to tie Nagios monitoring to the values contained within the MBeans ...
1
vote
1answer
264 views

How can I install DBD::Pg if postgres is not installed?

I have a separate servers running with postgres and Nagios. I want to use "psql_replication_check.pl" with nagios to monitor the postgres replication status. This check script requires DBD::Pg module ...
1
vote
1answer
223 views

nagios password in resource.cfg

in resource.cfg i'm storing the password for mysql nagios user. How can I encrypt the password in resource.cfg ?
1
vote
5answers
120 views

Nagios Connection

Besides SSH, is there another protocol connection to Nagios?
1
vote
1answer
152 views

RRDTool and projects that use it (cacti etc) - HOWTO, storage, backup etc

I want to create an application similar to cacti. I would like to store time-series data in a MySQL database (that is rotated on schedule). Where does cacti (nagios, zenoss) store polled data? a) ...
1
vote
1answer
111 views

How to make nagios not send messages during the night and morning to send all the remaining errors

I have Nagios checking service status and sending SMS messages about service status. Some problems are not important at night and prefer to not send them at night. define timeperiod{ ...
1
vote
3answers
329 views

Nagios timeout configuration

How do I set an individual timeout setting per service check. All timeouts default to 60 seconds as per the main configuration but I require that one particular check have a longer timeout due to the ...
1
vote
2answers
224 views

Perl script to dynamically monitor web pages

I'm tweaking a perl script that I use to monitor sites (response times etc.) and I'm running into issues using Nagios::WebTransact. I want to be able to post to a page on one of my sites, get a ...
1
vote
1answer
580 views

Nagios / check_mysql_query - show variables

I want to make sure all of the mysql servers have a certain configuration (max_connections>1000, innodb_file_per_table=on) and do regular checks via nagios. However the nagios plugin ...
1
vote
1answer
648 views

Having C# application communicate with Nagios

We are using Nagios to monitor our network with great results. There is now a new requirement we are struggling with: We want to notify Nagios of an non fatal but critical application errors. The ...
1
vote
1answer
823 views

What's the best monitoring framework and tool like Nagios in the MS Windows Environment?

I know Nagios that runs in the UNIX Envirionment. But I can't find one that runs in MS Windows. I prefer freeware or Open Source. But I don't care commercial production.
1
vote
4answers
1k views

monitor Postgres table activity

i need to monitor my postgres server. i need to get an alarm if there is no change in certain tables after a given time. i've been trying to get xymon and nagios to do this and i have not been able ...
1
vote
5answers
6k views

Nagios (Return code of 255 is out of bounds)

I am getting the error (Return code of 255 is out of bounds) on the http://localhost/nagios But whe I run the command from #bash.. It runs fine any suggestions Regards
1
vote
5answers
5k views

How to parse nagios status.dat file?

I'd like to parse status.dat file for nagios3 and output as xml with a python script. The xml part is the easy one but how do I go about parsing the file? Use multi line regex? It's possible the file ...
0
votes
1answer
17 views

What is the source code of a typical pre-built Nagios Plugin like (check_load)?

I want to build a few Nagios plugins of my own and wanted to check out how the existing plugins work. I downloaded a sample plugin check_load. But I am not able to open it with any text editor. What ...
0
votes
1answer
25 views

Running nagios on nginx

I'm trying to set up Nagios on Nginx and I'm having trouble. I used this as a guide, but I still can't access Nagios from the web. Just to confirm, I have nagios, fcgiwrap and php-cgi running. When ...
0
votes
1answer
53 views

How To Use Nagios perl Scripts in My Java Code?

I want to use a Nagios perl script such as "check_http". I want to get the status information from it using: check_http -w 5 -c 10 -I 192.168.1.105
0
votes
0answers
66 views

Nagios - VMware ESX 4.x monitoring - VMware Perl API cpu overload [closed]

Does anyone have any experience in monitoring ESX 4.x servers with Nagios? I have tried these standard plugins: /usr/lib/nagios/plugins/esx3i/check_3i_connect ...
0
votes
0answers
26 views

Is possible to configure nagios to send notifications per hostgroup or servicegroup?

I have created several hostgroups in nagios and each hostgroup consists of several hosts. Hosts carry applications which are monitored by service checks, always at least 7 or more per application. ...
0
votes
1answer
24 views

Getting status information of check_mysql-health command in Nagios Core

Am using the NagiosQL to configure the Nagios core, i have a problem with check_mysql_health plugin it is not returning status information in Nagios core but if run same command in command-line it is ...
0
votes
0answers
56 views

suse nagios-nrpe-server

I'm trying hard to figure out where YaST installed the nagios-nrpe-server on my SuSe system. Actually I'm working on Debian and there this server is installed on /etc/init.d, the config data is on ...
0
votes
1answer
58 views

check_nt and check_nrpe give error for shared object file

I recompiled nagios with cygwin so now I have a nagios that works in Windows. The problem is I cannot get anything from NSClient or NRPE. I also recompiled the plugins with the command so now I have ...
0
votes
0answers
30 views

check_sip OK in Nagios emits warning since installation of Nagiosgraph

I have a SIP check using check_sip revision 1.2. It's been working for several months, mostly reporting status OK. Even now, when run from command line, the result is similar: ...
0
votes
0answers
32 views

Is there a generic “all-arguments” variable to be used in nrpe.cfg instead of listing out $ARG1$ $ARG2$ etc

For example: I have an fping check, defined as follows: command[check_fping]=/usr/sbin/fping $ARG1$ And a service check defined as follows: check_command ...
0
votes
2answers
43 views

Nagios (monitoring tool)

Nagios (monitoring tool) i need to create an Incident say ( by makin use of remedy, ICM or third party tools) when ever an CRITICAL alert pops Up on Nagios tool . basically automating the process. ...
0
votes
1answer
62 views

PHP monitoring with Nagios

I want to monitor and profile PHP based system. For profiling I will use xdebug. My question is whether I can use Nagios for monitoring ? Also, if the answer is yes, does anyone have experience with ...
0
votes
2answers
118 views

cscript - Invalid procedure call or argument when running a vbs file

I've been trying to use check_time.vbs to check the Windows time. Here's the script: http://pastebin.com/NfUrCAqU The help message could be display: C:\Program Files\NSClient++\scripts>cscript ...
0
votes
0answers
21 views

Plain-text password storage in Opsview

Currently, connecting to a service in Opsview to check its status, we are storing passwords in plain text in the Service Check Arguments string. Is there a better-practised approach to this or is it ...
0
votes
0answers
138 views

Nagios oracle check ORA-00933: SQL command not properly ended

I am attempting to using one of many checks that are designed to check oracle db. I chose this one because it seemed pretty flexible as you are able to feed some SQL statements into it with a flag. ...
0
votes
0answers
32 views

Can't process MRTG logfile

MRTG makes a log file for each switchport, i use these logfiles as source for the service check_mrtgtraf to monitor bandwidth, but i get an error "Can't process MRTG logfile" !! could the problem ...
0
votes
1answer
69 views

how to receieve nagios info in c# event handler parameters. like in shell scripts

In this article http://nagios.sourceforge.net/docs/3_0/eventhandlers.html#example they show how to get arguments from nagios to shell script. I have done this. Now in this article they show how to ...
0
votes
2answers
176 views

How do I install Net::Arping on CentOS 5?

I have tried to install Net::Arping package using cpan and I can't do that because of errors... CPAN.pm: Going to build R/RI/RIIKI/Net-Arping-0.02.tar.gz Checking if your kit is complete... Looks ...

1 2 3