[packages/nagios-plugin-check_mysql_replication] Rel 8
arekm
arekm at pld-linux.org
Sun Mar 29 01:18:37 CET 2026
commit 40282fc8d4f12b542cac79402afaa97dfb2a80a7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 29 01:18:24 2026 +0100
Rel 8
nagios-plugin-check_mysql_replication-defaultpass.patch | 9 +++++----
nagios-plugin-check_mysql_replication.spec | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/nagios-plugin-check_mysql_replication.spec b/nagios-plugin-check_mysql_replication.spec
index d18954c..17f751e 100644
--- a/nagios-plugin-check_mysql_replication.spec
+++ b/nagios-plugin-check_mysql_replication.spec
@@ -3,7 +3,7 @@ Summary: Nagios plugin to check replication between MySQL database instances
Summary(pl.UTF-8): Wtyczka Nagiosa do sprawdzania replikacji między instancjami bazy danych MySQL
Name: nagios-plugin-%{plugin}
Version: 0.03
-Release: 7
+Release: 8
License: Opensource
Group: Networking
Source0: http://www.james.rcpt.to/svn/trunk/nagios/check_mysql_replication/check_mysql_replication.pl
diff --git a/nagios-plugin-check_mysql_replication-defaultpass.patch b/nagios-plugin-check_mysql_replication-defaultpass.patch
index 7bffdd1..e9c64ea 100644
--- a/nagios-plugin-check_mysql_replication-defaultpass.patch
+++ b/nagios-plugin-check_mysql_replication-defaultpass.patch
@@ -1,8 +1,9 @@
---- ./check_mysql_replication~ 2006-12-27 15:20:05.000000000 +0200
-+++ ./check_mysql_replication 2006-12-27 15:20:50.066268435 +0200
-@@ -44,7 +44,7 @@
+diff -urNp -x '*.orig' nagios-plugin-check_mysql_replication-0.03.org/check_mysql_replication nagios-plugin-check_mysql_replication-0.03/check_mysql_replication
+--- nagios-plugin-check_mysql_replication-0.03.org/check_mysql_replication 2006-08-30 00:15:04.000000000 +0200
++++ nagios-plugin-check_mysql_replication-0.03/check_mysql_replication 2026-03-29 01:17:53.828840446 +0100
+@@ -44,7 +44,7 @@ our $VERSION=0.04;
- # $Id$
+ # $Id: check_replication.pl 2159 2005-03-07 10:34:40Z jeb $
-my $options = { 'slave-port' => 3306, 'slave' => 'slavehost', 'crit' => 0.5, 'warn' => 0.1 , 'slave-user' => 'repl', 'slave-pass' => 'password', 'debug' => 0, 'table-rows-diff-absolute-crit' => 10, 'table-rows-diff-absolute-warn' => 5};
+my $options = { 'slave-port' => 3306, 'slave' => '', 'crit' => 0.5, 'warn' => 0.1 , 'slave-user' => 'nagios', 'slave-pass' => '', 'debug' => 0, 'table-rows-diff-absolute-crit' => 10, 'table-rows-diff-absolute-warn' => 5};
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nagios-plugin-check_mysql_replication.git/commitdiff/40282fc8d4f12b542cac79402afaa97dfb2a80a7
More information about the pld-cvs-commit
mailing list