Update 1.3: Bind check plugin for Nagios
Binary Talks | (2)
Thanks to Gareth's feedback and advice I fixed a small, but nerving bug which raised an error when the plugin was called on a Debian based distribution.
The main problem here was, that the awk snippet failed because of an unescaped metacharacter when using mawk (Debian default awk alternative), but worked like a charm with gawk (Gentoo default). Apparently gawk is just more loose than mawk, it should've failed on both.
Anyway, this shouldn't be a problem anymore. As always, the updated script is available at MonitoringExchange, or via svn. Please consider that the svn checkout is only possible via svnserve at ...
Tagged:
awk,
BIND,
bugfix,
dns,
gplv2,
linux,
nagios,
network monitoring,
open source,
plugin,
shell scripting,
sysadmin