Sha256: c5821472ed5d3f22afaeb2bc6bb784e7ccffe53f745ebff4f7c4425af599d31b
Contents?: true
Size: 303 Bytes
Versions: 71
Compression:
Stored size: 303 Bytes
Contents
## # Nagios [Notifier] # notify_by Nagios do |nagios| nagios.on_success = true nagios.on_warning = true nagios.on_failure = true nagios.nagios_host = 'nagioshost' nagios.nagios_port = 5667 nagios.service_name = 'My Backup' nagios.service_host = 'backuphost' end
Version data entries
71 entries across 71 versions & 11 rubygems