Please review pull request #530: Add nagios_host parameter "address6" opened by (ssm)
Description:
The "address6" parameter is used for multi-protocol (ipv4 and ipv6)
monitoring.
supported in nagios via community patch in nagios exchange
(http://exchange.nagios.org/directory/Patches/Nagios/IPv6-address-in-host-definition-patch/details)supported in icinga
- Opened: Tue Feb 28 13:45:01 UTC 2012
- Based on: puppetlabs:master (e692c7ae5036f5703a46f4a3df6a47c34b5d761b)
- Requested merge: ssm:nagios_host_ipaddress6 (9467e7e6f58e946503e4c4ffcd59658b8eb10866)
Diff follows:
diff --git a/lib/puppet/external/nagios/base.rb b/lib/puppet/external/nagios/base.rb
index e4a6fea..6d3aeb4 100755
--- a/lib/puppet/external/nagios/base.rb
+++ b/lib/puppet/external/nagios/base.rb
@@ -320,7 +320,7 @@ def type
# object types
newtype :host do
- setparameters :host_name, :alias, :display_name, :address, :parents,
+ setparameters :host_name, :alias, :display_name, :address, :address6, :parents,
:hostgroups, :check_command, :initial_state, :max_check_attempts,
:check_interval, :retry_interval, :active_checks_enabled,
:passive_checks_enabled, :check_period, :obsess_over_host,
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
