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
0
votes
1 answer

Create java application to show nagios status monitoring

I have Nagios running on my system, now I want to create Java application to know the condition of the service(for example HTTP) that Nagios monitored. So the Java application can access information from Nagios. how do I create the application? is…
user1973423
  • 31
  • 3
  • 8
0
votes
1 answer

Nsclient: How can i display Windows HDD health on Nagios

i want to monitor hard-drive's health of my windows server, for this i have installed Smarttools(smartmontools-6.1-2.win32-setup.exe). My question is, how can i display commands output on Nagios-Server via nrpe or somewhat else. Some info:…
Pankaj
  • 1
  • 1
  • 3
0
votes
1 answer

Chef and Nagios intervals

Can't seem to find a solution. I know it's probably easy, I'm a ruby noob..roob, but would appreciate the help. How do i set the interval check to say 5/5. So, alert me on the 5th failed attempt. This is what I have in my chef data bag for the…
Kryten
  • 595
  • 3
  • 10
  • 25
0
votes
3 answers

Nagios Issue - gwmi : The RPC server is unavailable

I'm struggling with a problem regarding the RPC server being unavailable specifically for a Nagios script written in PowerShell. When the script is run locally, it runs perfectly and as expected. When it is called via the NRPE agent and run by the…
Mike J
  • 1,200
  • 6
  • 20
  • 31
0
votes
1 answer

Sending passive checks to the Nagios NSCA add-on from JAVA Application

I've implemented JSend NSCA to send passive checks to Nagios like below: public static void main(String[] args) { NagiosSettings nagiosSettings = new NagiosSettingsBuilder() .withNagiosHost("192.168.1.20") …
0
votes
1 answer

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 decrease the interval to 2-5 seconds. How to do…
Dean Chen
  • 3,800
  • 8
  • 45
  • 70
0
votes
1 answer

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 %define debug_package %{nil} %define _prefix…
Nicholas
  • 1,189
  • 4
  • 20
  • 40
0
votes
1 answer

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 the nagios alerts in tivoli dashboard.Thanks in…
Rocky
  • 3
  • 3
0
votes
1 answer

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 and how? I would like to skip the disk 'buffer'…
dalini
  • 176
  • 1
  • 9
0
votes
1 answer

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 in Nagios. When we uncomment the script the…
Nicholas
  • 1,189
  • 4
  • 20
  • 40
0
votes
1 answer

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 installed and setup everything else and the configuration…
Le_Quack
  • 101
  • 1
0
votes
1 answer

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…
Mike J
  • 1,200
  • 6
  • 20
  • 31
0
votes
2 answers

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, How could I install it? Thanks
user2170029
  • 25
  • 1
  • 1
  • 7
0
votes
2 answers

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. /usr/lib64/nagios/plugins/check_tsm db -v6 db - database utilization 42%, OK and…
0
votes
2 answers

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

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 now I would like to check if there's more than once…
Valter Silva
  • 16,446
  • 52
  • 137
  • 218