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

0
votes
0answers
3 views

Nagios - Monitorize variable number of hosts

At this point we have all our servers monitored under a Nagios Core 3.5 configuration. Everything great at this point! My question is, it is possible to use a similar configuration to monitoring all ...
0
votes
0answers
7 views

Nagios PNP4Nagios Averaging Integer Value?

I have a powershell script in nagios which returns an integer using the built-in Windows netstat command. The command is as follows: $conns = nestat -na | select-string -pattern "ESTABLISHED" ...
0
votes
0answers
6 views

How to modify the check interval in check_mk

I am using check_mk with icinga. In my check_mk site, I found the CPU load interval is: Service normal/retry check interval 60s/60s It's okay usually, but when we run a performance test, we need to ...
-1
votes
1answer
10 views

Nagios check process cpu_load [closed]

i need you help. I have windows 2008 r2 Need plugin for Nagios to check process(like explorer.exe) CPU_LOAD in percent, like in taskmanager When i use snmp, he get me centi-seconds of total CPU. ...
0
votes
1answer
15 views

Custom Nagios RPM fails to login

I'm creating my own Nagios RPM but I'm new to packaging. My RPM file created successfully and i'm able to install it. When going to localhost/nagios I'm not able to login. This is my spec file ...
0
votes
1answer
21 views

How to use nagios's check_udp for Monitoring ntpd?

I want monitor my ntpd services and ntpd service is used udp protocol。nagios have a method that is named check_udp,As follows: [root@localhost]# ./check_udp -H 127.0.0.1 -p 123 With UDP checks, a ...
-1
votes
0answers
12 views

Is it possible to monitorize printer conected by usb to a remote pc? [closed]

I have been locking for an answer to this question and didnt find anything clear at all. The situation is this. We are trying to monitorize a Brother HL-2130 which is connected by usb to a Windows7 ...
0
votes
0answers
18 views

Configure Nagios alert in Tivoli dashboard(omnibus/netcool) integrated portal

Im new to Tivoli Omnibus/netcool integrated portal,rightnow we are receiving server alerts ,DU alerts,Memory alerts through Nagios. we need to set it up in Tivoli Dashboard.Any ideas how to configure ...
-1
votes
0answers
16 views

Nagiosgraph - No “performance data” when increasing “normal_check_interval” time

When i increase "normal_check_interval" value from default(10min.) to 15min. or greater for any service, nagios stops receiving performance data in .rrd files. I also checked it with increasing ...
0
votes
0answers
8 views

Icinga performance data: direct pipe into database

I just read through some icinga documentation regarding the performance data collection and processing. But there are some things unclear to me right now: Writing to file/disk -> does this roll over ...
0
votes
0answers
15 views

Plugin in Nagios does not work when using paramiko?

We're experiencing some strange issues with Nagios. We wrote a script in Python which uses paramiko, httplib and re. When we comment out the code that is written to use paramiko the script returns OK ...
0
votes
0answers
14 views

Can I compile a single .c file from the Nagios-Plugins package?

I'm wondering if I can compile just a single .c file like check_http.c in de source package of nagios-plugins-1.4.15 in the dir plugins. I'm about to add a piece of code to resolve a problem ...
1
vote
1answer
30 views

Is it possible to deploy NConf when you already have a running/working/configured Nagios Instance on your Debian Linux server?

I've already got 4 running Nagios Instances on my Nagios (Debian Linux) server, but for one of them I want to install NConf (web-based Nagios Configuration Tool). I've already found a lot of ...
1
vote
1answer
56 views

Traversing 'JSON Array of arrays' in python 'List of lists' format

For reasons I don't understand, the JSON format data I need to parse that comes out of a webservice isn't in nme value pairs. 'For simplicity and to reduce overhead' the returned JSON seems to be in ...
0
votes
0answers
43 views

How to configure the sender email address for notifications in Centreon?

I've got notifications sent by Nagios through Centreon. All mails I receive are from nagios@mydomain.com (obviously the nagios user). However, I would like to change it to something like ...
-1
votes
1answer
22 views

How do I configure Nagios to report the country,state,city,address,building,floor,room,notes for a monitored machine? [closed]

I found references to /usr/local/etc/nagios/hostextinfo.cfg but it appears to be headed for obsolescence and doesn't contain addresses. Goal: Nagios reports location and notes on each server.
0
votes
1answer
37 views

Nagios Make All Error 2

I'm having an issue with installing a nagios server. I'm not linux beard but I know a bit of the basics but I wasn't really sure where to go from here. I think I've got all the dependencies ...
0
votes
1answer
37 views

Nagios doesn't get exports from /etc/profile

I've got Nagios and Oracle sqlplus client installed on my server. Sqlplus needs few environment variables for its run, so I added exports to /etc/profile. Login as root sets variables right, login as ...
0
votes
1answer
68 views

How do I use Python file in Nagios?

I'm trying to get a response from Nagios by using the following Python code and instructions: http://skipperkongen.dk/2011/12/06/hello-world-plugin-for-nagios-in-python/ From some reason I never get ...
0
votes
1answer
23 views

Long running service check in Nagios

I have a service check that I've found on the Nagios Exchange site which works well for small directories, but not well for larger ones that take longer than 30 or 60 seconds to complete. ...
0
votes
2answers
73 views

How to install mk-livestatus on nagios?

I am using Check_MK with Nagios. I found somewhere that nagios comes with mk-livestatus but I found on my server but I couldn't found it. Can we add this(mk-livestatus) feature explicitely? If Yes, ...
1
vote
1answer
68 views

How to setup Mk livestatus on nagios?

I am using Check_MK based monitoring on Nagios. Check_MK Version: 1.2.0p4 OS: Linux Nagios Core 3.2.3 I want to fetch the Nagios page of remote server to local server using MK Livestatus. I am ...
0
votes
1answer
32 views

Nagios return status unknow

i install Nagios on CentOS to monitor some servers, and one of them is a TSM server. I download a plugin written in bash when i execute it in command line it works. ...
0
votes
2answers
47 views

How find duplicated[s] line[s] and remove it? [duplicate]

I had to append in my nrpe.cfg file this line, in more than 200 servers: command[check_utc]=/company/nrpe/libexec/check_utc.sh But for some issues some machines have more than once this line. So ...
0
votes
1answer
32 views

Nagios service returns null when using -T .cfg in command line

I'm currently learning how to make scripts to create create plugins for the Nagios Framework. We have a script with a .cfg file for some default options. So we've added a service and defined a ...
1
vote
1answer
40 views

Linux text editor supporting bookmarks

I have about 19k lines of configuration files (actually in a DSL - Nagios) that I need to do a bunch of analysis on, come up with a refactor plan, and then implement. I'm looking for - but not ...
0
votes
2answers
72 views

best tool for notification on metrics

What are the best tools available for querying Graphite metrics and performing notifications?. Have seen some people using nagios but have also seen people say its not the easiest to set up and wish ...
0
votes
0answers
58 views

Expect script erroring from Nagios, but good from cli

I'm now learning Expect to try to automate a check on a remote system under Nagios Core, and while the script runs perfectly from the 'nagios' user account (which is what Nagios runs its commands ...
2
votes
1answer
59 views

Opscode Nagios Cookbook Not pulling Cloud IP address

I am trying to generate the nagios hosts.cfg file from the standard opscode nagios cookbook. Using the standard recipe I am continually getting the same errors from the following lines: ...
0
votes
0answers
128 views

Powershell script throwing error: You cannot call a method on a null-valued expression

Just trying to troubleshoot an issue. I think it may be the powershell script but I could be wrong. Please forgive me if the answer is obvious. Here is what I have: $pluginPath = 'D:\Program ...
0
votes
1answer
46 views

How to exclude logins from check_procs checks of sshd

I am looking to use the Nagios plugin check_procs to monitor the number of ssh daemons running on my CentOS servers. Consider my server right now: $ ps auxww | grep ssh root 6750 0.0 0.0 ...
0
votes
2answers
33 views

nagios 302 Found - string not found

I am trying to monitor sites using nagios but I like this answer who can help me rsvp /usr/lib/nagios/plugins/check_http -H www.medcom.com.tn -I @IP -s "Tunis" HTTP CRITICAL: HTTP/1.1 302 Found - ...
0
votes
2answers
95 views

Scripts for Nagios to monitor a hadoop cluster

I am trying to monitor a Hadoop cluster with Nagios. My goal is to monitor the status and resource usage of all the Hadoop daemons such as DataNode, Jobtracker and Tasktracker etc. What I can think of ...
0
votes
0answers
30 views

searching string in the source code of web page

I am trying to use nagios I need to check a string in the source code of the web page. I find the curl command that allows me to view the source code of the page I'm stuck in the research part of the ...
0
votes
2answers
39 views

How to show table like information in Nagios?

My setup is something like this. I have multiple servers. Each server has multiple instances of same service(multi-tenant like architecture). Now I want to get status of all services running on all ...
0
votes
1answer
62 views

Force cURL to print 1 for failure, 0 for success?

I'm writing a Nagios plugin for a Mumble server in Perl (for the experience- plenty are already available), and I've already run into a brick wall. What I'd like to do is use cURL to connect to the ...
0
votes
2answers
51 views

Nagios plugin (written in C) unable to open file

I have a plugin written in c that will parse a .log file and determine the page hit count: _xLogFileName = "./loging.log"; /* File operation starts here */ _xFile = fopen ( _xLogFileName, "r" ); if ...
0
votes
1answer
51 views

Nagios plugins error

[root@245557-web4 etc]# /usr/local/nagios/libexec/check_mem.sh --help Wrong Syntax: check_mem.sh --help Usage: check_mem.sh [-w|--warning]<percent free> [-c|--critical]<percent free> ...
0
votes
1answer
31 views

xinetd does not load environment variables set in /etc/profile.d

I am using xinetd to serve the output of check_mk_agent. I have custom check_mk_agent scripts, some of which are configured with environment variables. These environment variables are set in ...
0
votes
0answers
67 views

nagios Check result path is not a valid directory

i'm getting error when i run below command nagios3 -v /etc/nagios3/nagios.cfg Error in configuration file '/etc/nagios3/nagios.cfg' - Line 469 (Check result path is not a valid directory) Error ...
0
votes
1answer
131 views

How to iterate over a string to construct nagios_service check as exported resource?

I wrote a custom fact, which returns a comma separated list of addr:port, like this: sb_intl_conn => sbcms-t:22,sbsql05-wvuk-inst5:1434,sborc07-uk-t:1533,..,..,.. The number of elements in the ...
0
votes
3answers
146 views

Nagios timeperiod and notification period

I'm having troubles getting Nagios to honor a notification_period setting for a predefined timeperiod. My timeperiod definition is called 'sleep' as in, do not notify me between midnight and 7am. it ...
0
votes
1answer
135 views

Can collectd behave as a nagios alternative?

Collectd provides a great way to measure machine stats. What if I need to extend the plugin system to support 1. Configuration of the machine being measured 2. List of all processes running on the ...
0
votes
2answers
22 views

Do not display a service in the service detail window

I have lots of services defined. Sometimes I want to disable a service, but I do not want to remove the service definition. There are flags to disable the checks: active_checks_enabled ...
0
votes
4answers
38 views

From where nagios run custom plugins

I am using nagios 3.2 for monitoring. I have a custom plug-in which I have placed in... /usr/local/nagios/libexec, for nagios monitoring. My custom plugin reads a configuration file for functioning ...
0
votes
1answer
108 views

Icinga - check_yum - Socket Timeout?

I'm using the check_yum - Plugin in my Icinga-Monitoring-Environment to check if there are security critical updates available. This works quite fine but sometimes I get a " CHECK_NRPE: Socket ...
-2
votes
1answer
59 views

check_mssql_monitor nagios plugins [closed]

wanna to ask, i succesfully install nagios and wanna to monitoring SQL server , so i download the plugins name check_mssql_monitor from ...
0
votes
1answer
108 views

Nconf Custom Object Variables for a host

I have setup Nagios and Nconf to check our network but I have a problem that I have not yet been able to solve. How do I add custom object variables (_var-name) to a host? I have a number of custom ...
1
vote
1answer
55 views

Controlling Nagios Login Frequency When Monitoring Remote Hosts

I've constructed a Nagios remote-host monitoring setup (non-NRPE), and it's functional and useful, except: Somehow, I found that the Nagios host logs in to various remote hosts, only to log out one ...
0
votes
2answers
58 views

Read a file block by block

I am using perl and want to read an external file with the following structure (full code at the end of the post): servicestatus { parameter1 = abc parameter2 = abc parameter3 = abc } ...

1 2 3 4 5 6