Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package check_postgres for openSUSE:Factory 
checked in at 2022-03-09 18:47:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/check_postgres (Old)
 and      /work/SRC/openSUSE:Factory/.check_postgres.new.2349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "check_postgres"

Wed Mar  9 18:47:29 2022 rev:4 rq:960268 version:2.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/check_postgres/check_postgres.changes    
2020-02-06 13:08:29.660344930 +0100
+++ /work/SRC/openSUSE:Factory/.check_postgres.new.2349/check_postgres.changes  
2022-03-11 11:40:55.774584967 +0100
@@ -1,0 +2,6 @@
+Tue Mar  8 17:14:04 UTC 2022 - Lars Vogdt <l...@linux-schulserver.de>
+
+- added /etc/nrpe.d/check_postgres.cfg, containing some pre-configured
+  nrpe checks for the different check options
+
+-------------------------------------------------------------------

New:
----
  check_postgres.cfg

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ check_postgres.spec ++++++
--- /var/tmp/diff_new_pack.TZDKRX/_old  2022-03-11 11:40:56.166585406 +0100
+++ /var/tmp/diff_new_pack.TZDKRX/_new  2022-03-11 11:40:56.174585415 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package check_postgres
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source:         
https://github.com/bucardo/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        nagios-commands-postgres.cfg
 Source2:        create_manpage.pl
+Source3:        check_postgres.cfg
 BuildRequires:  nagios-rpm-macros
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cwd)
@@ -101,6 +102,8 @@
 # create man page
 mkdir -p %{buildroot}/%{_mandir}/man1
 perl %{SOURCE2} "%{version}" "1" check_postgres.pl > 
%{buildroot}/%{_mandir}/man1/check_postgres.pl.1
+# install nrpe snipplets
+install -D -m0644 %{SOURCE3} %{buildroot}%{nrpe_sysconfdir}/check_postgres.cfg
 
 %files -f %{name}.files
 %doc MANIFEST README* TODO nagios-commands-postgres.cfg check_postgres.pl.html
@@ -115,6 +118,8 @@
 # avoid build dependecy of nagios - own the dirs
 %dir %{nagios_libdir}
 %dir %{nagios_plugindir}
+%dir %{nrpe_sysconfdir}
+%config(noreplace) %{nrpe_sysconfdir}/check_postgres.cfg
 %{nagios_plugindir}/*
 
 %changelog

++++++ check_postgres.cfg ++++++
command[check_postgres_archive_ready]=/usr/lib/nagios/plugins/check_postgres_archive_ready
 -t 30
command[check_postgres_autovac_freeze]=/usr/lib/nagios/plugins/check_postgres_autovac_freeze
 -t 30
command[check_postgres_backends]=/usr/lib/nagios/plugins/check_postgres_backends
 -t 30
command[check_postgres_bloat]=/usr/lib/nagios/plugins/check_postgres_bloat -t 30
command[check_postgres_checkpoint]=/usr/lib/nagios/plugins/check_postgres_checkpoint
 -t 30
command[check_postgres_cluster_id]=/usr/lib/nagios/plugins/check_postgres_cluster_id
 -t 30
command[check_postgres_commitratio]=/usr/lib/nagios/plugins/check_postgres_commitratio
 -t 30
command[check_postgres_connection]=/usr/lib/nagios/plugins/check_postgres_connection
 -t 30
command[check_postgres_custom_query]=/usr/lib/nagios/plugins/check_postgres_custom_query
 -t 30
command[check_postgres_database_size]=/usr/lib/nagios/plugins/check_postgres_database_size
 -t 30
command[check_postgres_dbstats]=/usr/lib/nagios/plugins/check_postgres_dbstats 
-t 30
command[check_postgres_disabled_triggers]=/usr/lib/nagios/plugins/check_postgres_disabled_triggers
 -t 30
command[check_postgres_disk_space]=/usr/lib/nagios/plugins/check_postgres_disk_space
 -t 30
command[check_postgres_fsm_pages]=/usr/lib/nagios/plugins/check_postgres_fsm_pages
 -t 30
command[check_postgres_fsm_relations]=/usr/lib/nagios/plugins/check_postgres_fsm_relations
 -t 30
command[check_postgres_hitratio]=/usr/lib/nagios/plugins/check_postgres_hitratio
 -t 30
command[check_postgres_hot_standby_delay]=/usr/lib/nagios/plugins/check_postgres_hot_standby_delay
 -t 30
command[check_postgres_index_size]=/usr/lib/nagios/plugins/check_postgres_index_size
 -t 30
command[check_postgres_indexes_size]=/usr/lib/nagios/plugins/check_postgres_indexes_size
 -t 30
command[check_postgres_last_analyze]=/usr/lib/nagios/plugins/check_postgres_last_analyze
 -t 30
command[check_postgres_last_autoanalyze]=/usr/lib/nagios/plugins/check_postgres_last_autoanalyze
 -t 30
command[check_postgres_last_autovacuum]=/usr/lib/nagios/plugins/check_postgres_last_autovacuum
 -t 30
command[check_postgres_last_vacuum]=/usr/lib/nagios/plugins/check_postgres_last_vacuum
 -t 30
command[check_postgres_listener]=/usr/lib/nagios/plugins/check_postgres_listener
 -t 30
command[check_postgres_locks]=/usr/lib/nagios/plugins/check_postgres_locks -t 30
command[check_postgres_logfile]=/usr/lib/nagios/plugins/check_postgres_logfile 
-t 30
command[check_postgres_new_version_bc]=/usr/lib/nagios/plugins/check_postgres_new_version_bc
 -t 30
command[check_postgres_new_version_box]=/usr/lib/nagios/plugins/check_postgres_new_version_box
 -t 30
command[check_postgres_new_version_cp]=/usr/lib/nagios/plugins/check_postgres_new_version_cp
 -t 30
command[check_postgres_new_version_pg]=/usr/lib/nagios/plugins/check_postgres_new_version_pg
 -t 30
command[check_postgres_new_version_tnm]=/usr/lib/nagios/plugins/check_postgres_new_version_tnm
 -t 30
command[check_postgres_pgagent_jobs]=/usr/lib/nagios/plugins/check_postgres_pgagent_jobs
 -t 30
command[check_postgres_pgb_pool_cl_active]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_cl_active
 -t 30
command[check_postgres_pgb_pool_cl_waiting]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_cl_waiting
 -t 30
command[check_postgres_pgb_pool_maxwait]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_maxwait
 -t 30
command[check_postgres_pgb_pool_sv_active]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_sv_active
 -t 30
command[check_postgres_pgb_pool_sv_idle]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_sv_idle
 -t 30
command[check_postgres_pgb_pool_sv_login]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_sv_login
 -t 30
command[check_postgres_pgb_pool_sv_tested]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_sv_tested
 -t 30
command[check_postgres_pgb_pool_sv_used]=/usr/lib/nagios/plugins/check_postgres_pgb_pool_sv_used
 -t 30
command[check_postgres_pgbouncer_backends]=/usr/lib/nagios/plugins/check_postgres_pgbouncer_backends
 -t 30
command[check_postgres_pgbouncer_checksum]=/usr/lib/nagios/plugins/check_postgres_pgbouncer_checksum
 -t 30
command[check_postgres_prepared_txns]=/usr/lib/nagios/plugins/check_postgres_prepared_txns
 -t 30
command[check_postgres_query_runtime]=/usr/lib/nagios/plugins/check_postgres_query_runtime
 -t 30
command[check_postgres_query_time]=/usr/lib/nagios/plugins/check_postgres_query_time
 -t 30
command[check_postgres_relation_size]=/usr/lib/nagios/plugins/check_postgres_relation_size
 -t 30
command[check_postgres_replicate_row]=/usr/lib/nagios/plugins/check_postgres_replicate_row
 -t 30
command[check_postgres_replication_slots]=/usr/lib/nagios/plugins/check_postgres_replication_slots
 -t 30
command[check_postgres_same_schema]=/usr/lib/nagios/plugins/check_postgres_same_schema
 -t 30
command[check_postgres_sequence]=/usr/lib/nagios/plugins/check_postgres_sequence
 -t 30
command[check_postgres_settings_checksum]=/usr/lib/nagios/plugins/check_postgres_settings_checksum
 -t 30
command[check_postgres_slony_status]=/usr/lib/nagios/plugins/check_postgres_slony_status
 -t 30
command[check_postgres_table_size]=/usr/lib/nagios/plugins/check_postgres_table_size
 -t 30
command[check_postgres_timesync]=/usr/lib/nagios/plugins/check_postgres_timesync
 -t 30
command[check_postgres_total_relation_size]=/usr/lib/nagios/plugins/check_postgres_total_relation_size
 -t 30
command[check_postgres_txn_idle]=/usr/lib/nagios/plugins/check_postgres_txn_idle
 -t 30
command[check_postgres_txn_time]=/usr/lib/nagios/plugins/check_postgres_txn_time
 -t 30
command[check_postgres_txn_wraparound]=/usr/lib/nagios/plugins/check_postgres_txn_wraparound
 -t 30
command[check_postgres_version]=/usr/lib/nagios/plugins/check_postgres_version 
-t 30
command[check_postgres_wal_files]=/usr/lib/nagios/plugins/check_postgres_wal_files
 -t 30

Reply via email to