Questions tagged [nagios]

Nagios (now known as Nagios Core) is a open source monitoring solution. It offers monitoring and alerting services for servers, switches, applications and services.

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

Nagios watches hosts and services that you specify, alerting you when things go bad and when they get better. Some of its many features include monitoring of network services (SMTP, POP3, HTTP, NNTP, ICMP, etc.), monitoring of host resources (processor load, disk usage, etc.), and contact notifications when service or host problems occur and get resolved (via email, pager, or user-defined method).

1227 questions
-2
votes
3 answers

Attempting to store an awk statement in a variable via remote shell script

So if you run this command locally on the box I'm trying to monitor: df -Ph | awk '0+$5 >= 70 {print}' It returns all file systems above a 70% threshold. In my shell script, I'm trying: set -x SPACE70=$(df -Ph | awk '0+$5 >= 70 {print}') if […
JHarder51
  • 11
  • 1
  • 1
  • 4
-2
votes
2 answers

Best way to make argument parser accept absolute number and percentage?

I am trying to write a Nagios style check to use with Nagios. I have working script that takes in something like -w 15 -c 10 and interprets that as "Warning at 15%, Critical at 10%". But I just realized that in the built-in Nagios plugins, the same…
DDauS
  • 105
  • 1
  • 2
  • 11
-2
votes
1 answer

Server monitoring System

Hi I have five production server for(website,Cassandra,elastic search,redis) and I want to monitor them so I came across many monitoring tools and I finalized the two tools 1. Nagios 2. ElasticSearch Beats Now I am not able to get which one to…
Abhimanyu
  • 2,710
  • 2
  • 25
  • 42
-2
votes
1 answer

Perl Returning error for ls -l command

I am running a perl script from Nagios to check some files for certain characteristics on a windows machine. When I run the script from Nagios it responds with a result of: UNKNOWN ERROR - execution of LANG=C ls -l resulted in an error 32512 - My…
mithrix
  • 542
  • 1
  • 4
  • 21
-2
votes
1 answer

How can I configure gmail in nagios core for sending email notification?

Configured nagios but cant get a valid information for configuring gmail,Used sstmp but not working can anyone please help
Leo
  • 1
  • 1
  • 1
-2
votes
1 answer

Exposing a shell-script dump to Network Monitoring tool

In the recent past i have explored network monitoring solutions like ZenOSS, Nagios, Zabbix etc. However, for my requirements, i had to write a shell-script which dumps (#echo) certain values which were otherwise not included in the mentioned…
bit_by_bit
  • 337
  • 2
  • 14
-3
votes
1 answer

How to add hostgroup to another hostgroup

define hostgroup{ hostgroup_name Basestations and Equipment alias ACCESS NETWORK members Buziga-AP1,Buziga-AP2,Buziga-AP4,Buziga-Nsambya BH,Gulu BTS-AP,Hoima-AP1,Hoima-AP2,Hoima-Switch,IPS Fiber-Switch,Jinja-AP1,Katabi…
-3
votes
1 answer

How to monitor a port using Nagios Core?

I want to know how for example If I want to monitor an IP with a port number ? For example 192.168.100.100:8000 how could I monitor this using Nagios Core ? I really need your help and thanks in advance Best Regards
Ibrahim Salah
  • 11
  • 1
  • 2
-3
votes
1 answer

Instant ping lost alert

I am used to run Nagios over the years, and it have been great. But recently our business unit have a requirement to alert whenever a packet loss appear, and Nagios plugin simple can't do the trick because it could ping every minute. Is there have…
Thomas G. Lau
  • 226
  • 3
  • 14
-3
votes
1 answer

CRITICAL - file does not exist! error while using perl script to monitor apache logs

I am new to perl. I am getting this error : CRITICAL : "file does not exist" when I try to run a script to monitor httpd error log by Nagios. #!/bin/sh # Created by Brian Weber Jan 5, 2012 # check_file_md5s # Checks the md5sum…
bankat
  • 35
  • 1
  • 3
-3
votes
1 answer

Installation of Icinga on Linux server

We have already setup Nagios Server and its working fine.We want to setup the ICINGA as Monitoring tool.IS it right decision? IS it same as Nagios? Can you please provide us the steps to install Icinga on Linux server? Does it support to API to all…
Linux user
  • 7
  • 1
  • 5
1 2 3
81
82