-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.2.1 and update changelog (#22)
- Loading branch information
Showing
1 changed file
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
# Nagios Plugin to check the state of HAProxy. | ||
# (c) 2014-2015 Jonathan Wright <[email protected]> | ||
# (c) 2021- PhiBo (DinoTools) | ||
# | ||
# This program is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
|
@@ -43,8 +44,8 @@ my @g_long_message; | |
# Configure Program details | ||
our ($_program, $_version, $_author); | ||
$_program = 'check_haproxy'; | ||
$_version = '1.2.0'; | ||
$_author = 'Jonathan Wright <[email protected]>'; | ||
$_version = '1.2.1'; | ||
$_author = 'PhiBo | Jonathan Wright <[email protected]>'; | ||
|
||
use constant { | ||
# 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 | |
=back | ||
=item v1.1.1 | ||
=over | ||
=item * | ||
Allow colon in backend names in overrides | ||
=item * | ||
Minor fixes and update of documentation | ||
=back | ||
=item v1.2.0 | ||
=over | ||
=item * | ||
Make check working as documented | ||
=item * | ||
Fix threshold calculation | ||
=back | ||
=item v1.2.1 | ||
=over | ||
=item * | ||
Fix issue with excludes in overrides | ||
=back | ||
=back | ||
=head1 AUTHOR | ||
|
@@ -1142,6 +1181,7 @@ Jonathan Wright E<lt>[email protected]<gt> | |
=head1 COPYRIGHT AND LICENCE | ||
(c) 2014-2015, Jonathan Wright E<lt>[email protected]E<gt> | ||
(c) 2021- PhiBo (DinoTools) | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License | ||
|