mirror of https://github.com/zulip/zulip.git
puppet: Remove vestigial check_postgres.pl.
65774e1c4f
switched from using the bundled check_postgres.pl to using
the version from packages; the file itself remained, however.
Remove it, and clean up references to it.
Fixes #15389.
This commit is contained in:
parent
7d4a370a57
commit
5f433d6eeb
|
@ -47,10 +47,6 @@ Copyright: 2005 Francesc Guasch
|
|||
License: GPL-2.0
|
||||
Comment: Not linked.
|
||||
|
||||
Files: puppet/zulip/files/nagios_plugins/zulip_postgres_common/check_postgres.pl
|
||||
Copyright: 2007-2015 Greg Sabino Mullane
|
||||
License: BSD-2-Clause
|
||||
|
||||
Files: puppet/zulip/files/nagios_plugins/zulip_nagios_server/check_website_response.sh
|
||||
Copyright: 2011 Chris Freeman
|
||||
License: GPL-2.0
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -152,7 +152,7 @@ define service {
|
|||
contact_groups admins
|
||||
}
|
||||
|
||||
## check_postgres.pl services
|
||||
## check_postgres services
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
|
|
Loading…
Reference in New Issue