sensu-plugins / sensu-plugins-dns

This plugin provides native DNS instrumentation for monitoring, including: record resolution
http://sensu-plugins.io
MIT License
5 stars 26 forks source link

fixes #19 which was caused by #15 changing data type thats passed into check_ips #21

Closed majormoses closed 7 years ago

majormoses commented 7 years ago

Pull Request Checklist

19 which was caused by #15

General

Purpose

Fix bug

Known Compatibility Issues

majormoses commented 7 years ago

the data type passed into check_ips changed from Dnsruby::Message to an array with a size of 1 regardless of how many ips are used. We should look to change this back but in the mean time I wanted to quickly hotfix it worked around it by selecting the first elem in array.

majormoses commented 7 years ago

released: https://rubygems.org/gems/sensu-plugins-dns/versions/1.2.1