Questions tagged [nagios]

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

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).

Nagios is extremely customizable. Its mechanism for checking the status of hosts and services is to run standalone programs the communicate with the Nagios master via their standardoutput and return codes. It is therefore relatively easy to add new status checks to Nagios without much work beyond writing the standalone program and configuring Nagios to call it.

1294 questions
0
votes
1 answer

nsclient++ map file entries for windows servers

We use nagios to monitor our network. Has anyone found a sample map file containing entries that correspond to the services in nsclient++
Stewart Robinson
  • 1,155
  • 4
  • 12
  • 24
0
votes
1 answer

What's wrong with my nagios kdc configuration?

I want to setup a service to check the kdc with nagios. With my kdc (samba4) I create the user using this script #!/bin/bash USER=nagioskerberos DOMAIN=myhost.priv SERVICE=nagioskerberos FQDN=nagios1.myhost.priv samba-tool user delete…
elbarna
  • 332
  • 3
  • 6
  • 15
0
votes
1 answer

Debian 11, Nagios4, and 403 forbidden

Having installed Debian's Nagios4 package I can't access it. Apache gives me this: AH01797: client denied by server configuration: /usr/share/nagios4/htdocs I've tried various things, such as changing ownership of the relevant directories to the…
knirirr
  • 119
  • 4
0
votes
1 answer

Remote call of NRPE comman fails in one case, while succeeding locally in all

I have amazingly strange issue with monitoring a CIFS (SMB) shared folder mounted to Linux machines by Nagios + NRPE. NRPE process runs on the Linux machines under dedicated user nrpe: # systemctl status nrpe nrpe.service - Nagios Remote Program…
Cat Mucius
  • 155
  • 1
  • 11
0
votes
1 answer

Nagios core GUI/UI fails to open after nagios-4.4.6-4 to 4.4.9-1 update on Rhel8

Nagios core GUI/UI fails to open after nagios-4.4.6-4 to 4.4.9-1 update on Rhel8 vm. Whoops! Error: Could not read host and service status information! Nothing in /var/log/nagios/nagios.log. /sbin/nagios -v /etc/nagios/nagios.cfg doesn't report any…
0
votes
0 answers

check_snmp plugin gets a value but returns UNKNOWN

I've got an SNMPv3 command in Icinga that uses the check_snmp Nagios plugin. The plugin completes the check and gets a response from the server (confirmed by running in verbose mode) but returns UNKNOWN. Anyone have any experience with similar…
miken32
  • 942
  • 1
  • 13
  • 35
0
votes
0 answers

nagios services link not working whereas all other work

I have successfully installed nagios4 as a debian package on a debian 11 system. Apache and Nagios4 are working perfectly, i have enabled mod_cgi as instructed. All nagios4 web interface links are working, except services link which download…
philippe
  • 2,303
  • 4
  • 32
  • 53
0
votes
0 answers

Is it possible to fine grain different types of notifications in Nagios?

I wondered if I could fine tune Nagios notifications For example: For most services, only CRITICAL notifications For some individual services, both CRITICAL and WARNING notifications For some other services, no notifications at all I mean like…
SirLouen
  • 1
  • 5
0
votes
1 answer

Which one to learn: Nagios or Zabbix?

I need to answer a network administrator student which tool is more useful in terms of "employability" at the moment : Nagios or Zabbix. But this is not my field. I've heard that Nagios had its glory in the past and that today Zabbix is more…
Plouff
  • 103
  • 3
0
votes
0 answers

Nagios server can't see the Remote Desktop Configuration Service?

I've got an issue that has left me a bit baffled. I'm setting up monitoring for about 15 RD session hosts. And it works on all of them, except one.. On this monitor, I'm getting No service named "Remote Desktop Configuration" could be…
0
votes
1 answer

check_ssh returning Permission denied

I'm a long time Nagios fan, like 15 years. In one of my environments, I have Nagios and NRPE running on several Linux hosts and everything has been working as expected for several months. I recently added 3 Linux 8 (Rocky) hosts into the…
0
votes
1 answer

Nagios BAT file not returning correct status code

I've written a batch file for a Windows server to detect whether a particular service is running and if it isn't, return a Critical status back to Nagios. The script works perfectly (as in, it can tell if the process is running or not, I've tried…
0
votes
1 answer

Nagios on a virtual network

I am trying to emulate a virtual network in Kathara (ex. NetKit), based on OSPF and BGP routing and I am new to this. After emulating the network I need to monitor it using Nagios, but my question is how is it possible? My virtual network is running…
Jul
  • 1
0
votes
0 answers

NRPE: Command 'check_ssh' not defined

We have a new Nagios Core server monitoring Linux hosts running NRPE plugins. Most of them are working as expected, but the SSH Monitor is failing with "NRPE: Command 'check_ssh' not defined". I can run check_ssh locally, but it's not working from…
0
votes
1 answer

nagios-nrpe-server output different vs running locally

To be sure I don't have any double definition of the command, I created a new debug command name in the nrpe config /etc/nagios/nrpe.d # grep -R debug debug.cfg:command[debug_check_disks]=/usr/lib/nagios/plugins/check_disk -w 20% -c 5% -C -w 10000…
The Shurrican
  • 2,240
  • 7
  • 39
  • 60