Search found 5 matches
- Fri May 17, 2024 3:03 am
- Forum: Open Source Nagios Projects
- Topic: Other Apache URL for Nagios
- Replies: 1
- Views: 1769
Other Apache URL for Nagios
Our system Gamma1 runs with Ubuntu 20.04.6, Nagios Core 4.5.2 and Apache 2.4.41-4ubuntu3.17 The URL to access the Nagios portal, that we use now, is http://gamma1.ourcomp.nl/nagios We want to be able to reach Nagios with the URL http://nagios.gamma1.ourcomp.nl How can I change the configuration of N...
- Fri Oct 06, 2017 8:25 am
- Forum: Open Source Nagios Projects
- Topic: check_dns -q mx
- Replies: 4
- Views: 3849
Re: check_dns -q mx
I have downloaded, compiled en tested the Nagios plugins V2.2.1. Indeed it works correct. $ check_dns -H google.com -q mx DNS OK: 0.190 seconds response time. google.com returns 10 aspmx.l.google.com.,20 alt1.aspmx.l.google.com.,30 alt2.aspmx.l.google.com.,40 alt3.aspmx.l.google.com.,50 alt4.aspmx.l...
- Fri Oct 06, 2017 2:53 am
- Forum: Open Source Nagios Projects
- Topic: check_dns -q mx
- Replies: 4
- Views: 3849
check_dns -q mx
Hi Nagios-plugin support engineer, The command below works correct: nslookup -querytype=MX google.com But check_dns give an error message: /usr/local/nagios/libexec/check_dns -H google.com -q mx DNS CRITICAL - query type of -querytype=MX was not found for google.com What is wrong in the check_dns co...
- Wed May 10, 2017 3:14 am
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph only works for services in localhost.cfg
- Replies: 1
- Views: 1202
Nagiosgraph only works for services in localhost.cfg
Hi, We use Nagios 4.1.1 In the directory /usr/local/nagios/etc/objects we have several ".cfg" files like localhost.cfg, printer.cfg, firewall.cfg and switch.cfg. Most services are defined in the localhost.cfg file. For services that are defined in the localhost.cfg file Nagiosgraph works c...
- Mon Jan 04, 2016 8:16 am
- Forum: Open Source Nagios Projects
- Topic: Different frequency of tests to one systems.
- Replies: 1
- Views: 936
Different frequency of tests to one systems.
From my Nagios (3.2.3) system I had to check Linux systems. Between other issues I had to check the available disk space and whether there are new updates available. Both checks works correct now. The next step is to configure Nagios on such a way that the check for available disk space is performed...