mirror of https://github.com/zulip/zulip.git
puppet: Remove obsolete zuliprc.nagios file.
This hasn't done anything for years.
This commit is contained in:
parent
ccb4c5c26f
commit
55f69c677a
|
@ -1,7 +0,0 @@
|
|||
# Zulip, Inc's internal nagios plugin configuration.
|
||||
# The plugin and example config are under api/integrations/
|
||||
|
||||
[api]
|
||||
email = nagios-bot@zulip.com
|
||||
key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
site = https://zulip.com
|
|
@ -75,13 +75,6 @@ class zulip_ops::nagios {
|
|||
content => template('zulip_ops/nagios_autossh.template.erb'),
|
||||
notify => Service["nagios3"],
|
||||
}
|
||||
file { '/etc/nagios3/zuliprc':
|
||||
ensure => file,
|
||||
mode => 644,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
source => '/root/zulip/api/integrations/zephyr/zuliprc.nagios',
|
||||
}
|
||||
|
||||
exec { "fix_nagios_permissions":
|
||||
command => "dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios3/rw",
|
||||
|
|
Loading…
Reference in New Issue