Search found 3 matches

by metaldad
Fri Oct 06, 2017 6:57 am
Forum: Open Source Nagios Projects
Topic: check_dns -q mx
Replies: 4
Views: 3849

Re: check_dns -q mx

You should update to a newer version (current version is 2.2.1). It seems they fixed some bugs in the last two years. And the current version works: /usr/local/nagios/libexec$ ./check_dns -H google.com -q mx DNS OK: 0,012 seconds response time. google.com returns 10 aspmx.l.google.com.,20 alt1.aspmx...
by metaldad
Thu Feb 23, 2017 11:18 am
Forum: Open Source Nagios Projects
Topic: Map, Trends and Histogram does not work on 4.3.0
Replies: 4
Views: 2889

Re: Map, Trends and Histogram does not work on 4.3.0

As I wrote here: https://support.nagios.com/forum/viewtopic.php?f=7&t=42599&start=10#p213085 This worked for me (short version): Create config.js with following content in /usr/local/nagios/share/js/ (path may differ, but I think you know where to find it): var nagcfg = {}; nagcfg.cgidir = &...
by metaldad
Thu Feb 23, 2017 8:37 am
Forum: Open Source Nagios Projects
Topic: Problems on Core 4.3.0
Replies: 44
Views: 49043

Re: Problems on Core 4.3.0

The maps appears to be a separate issue, legacy works fine for me too, will have another go tomorrow at work I had the same problem. I figured out that config.js in /usr/local/nagios/share/js is missing. I looked into the source tar and found a config.js.in. This file needs to be copied to the js d...