Nagios-Plugins icon indicating copy to clipboard operation
Nagios-Plugins copied to clipboard

Extend check_dns.pl to take multiple domains

Open EHP4321 opened this issue 3 years ago • 4 comments

Extend check_dns.pl to take multiple domains that share the same expected result.

EHP4321 avatar Sep 03 '20 22:09 EHP4321

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] avatar Sep 03 '20 22:09 sonarcloud[bot]

I am new to github, so do let me know if I am doing it wrong.

EHP4321 avatar Sep 03 '20 22:09 EHP4321

This has been updated with the requested changes to my former MR from another account https://github.com/HariSekhon/Nagios-Plugins/pull/338

EHP4321 avatar Sep 03 '20 22:09 EHP4321

The failed check above seems unrelated to this change?

 tee /dev/stderr | grep -Eqi '^[02] check_git_checkout_branch.pl_'
3 merge' - Invalid branch name given... must be alphanumeric with dashes and spaces permitted for detached HEADs \n  \n usage: check_git_checkout_branch.pl [ options ] \n  \n -d  --directory     Path to git checkout directory \n -b  --branch        Branch to expect in git checkout directory \n     --git-binary    Path to git binary. Defaults to 'git'. Without relative or \n                     fully qualified path to binary will use $PATH \n -t  --timeout       Timeout in secs ($TIMEOUT... default: 10) \n -v  --verbose       Verbose level ($VERBOSE=<int>... or use multiple -v... -vv... \n                     -vvv) \n -h  --help          Print description and usage options \n -V  --version       Print version and exit

KlavsKlavsen avatar Sep 04 '20 07:09 KlavsKlavsen