88
99# Nagios Plugin to check the state of HAProxy.
1010# (c) 2014-2015 Jonathan Wright <github@jon.than.io>
11+ # (c) 2021- PhiBo (DinoTools)
1112#
1213# This program is free software; you can redistribute it and/or
1314# modify it under the terms of the GNU General Public License
@@ -43,8 +44,8 @@ my @g_long_message;
4344# Configure Program details
4445our ($_program, $_version, $_author);
4546$_program = ' check_haproxy' ;
46- $_version = ' 1.2.0 ' ;
47- $_author = ' Jonathan Wright <github@jon.than.io>' ;
47+ $_version = ' 1.2.1 ' ;
48+ $_author = ' PhiBo | Jonathan Wright <github@jon.than.io>' ;
4849
4950use constant {
5051 # Field names to locations for all the CSV data provided by HAProxy
@@ -1133,6 +1134,44 @@ Change the output to show all parts(servers, backend, frontends) not in OK state
11331134
11341135=back
11351136
1137+ =item v1.1.1
1138+
1139+ =over
1140+
1141+ =item *
1142+
1143+ Allow colon in backend names in overrides
1144+
1145+ =item *
1146+
1147+ Minor fixes and update of documentation
1148+
1149+ =back
1150+
1151+ =item v1.2.0
1152+
1153+ =over
1154+
1155+ =item *
1156+
1157+ Make check working as documented
1158+
1159+ =item *
1160+
1161+ Fix threshold calculation
1162+
1163+ =back
1164+
1165+ =item v1.2.1
1166+
1167+ =over
1168+
1169+ =item *
1170+
1171+ Fix issue with excludes in overrides
1172+
1173+ =back
1174+
11361175=back
11371176
11381177=head1 AUTHOR
@@ -1142,6 +1181,7 @@ Jonathan Wright E<lt>github@jon.than.ioE<gt>
11421181=head1 COPYRIGHT AND LICENCE
11431182
11441183(c) 2014-2015, Jonathan Wright E<lt> github@jon.than.ioE<gt>
1184+ (c) 2021- PhiBo (DinoTools)
11451185
11461186This program is free software; you can redistribute it and/or
11471187modify it under the terms of the GNU General Public License
0 commit comments