-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
123 additions
and
37 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
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
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
File renamed without changes.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__author__ = 'Dmitry Vasilyev' | ||
__author_email__ = '[email protected]' | ||
__description__ = 'Monitoring agent for PostgreSQL' | ||
__version__ = '3.5.10' | ||
__version__ = '3.5.11' | ||
__licence__ = 'BSD' | ||
|
||
__url__ = 'https://github.com/postgrespro/mamonsu' | ||
|
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
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
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
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: mamonsu | ||
Version: 3.5.10 | ||
Version: 3.5.11 | ||
Release: 1%{?dist} | ||
Summary: Monitoring agent for PostgreSQL | ||
Group: Applications/Internet | ||
|
@@ -73,6 +73,10 @@ chown -R mamonsu:mamonsu /var/log/mamonsu | |
chown -R mamonsu:mamonsu /etc/mamonsu | ||
|
||
%changelog | ||
* Wed Jan 15 2025 Maxim Styushin <[email protected]> - 3.5.11-1 | ||
- Updated statements plugin: added support for pgpro_stats 1.8; | ||
- Fixed types for count_wal_lag_lsn() function (int to bigint); | ||
|
||
* Sat Dec 14 2024 Maxim Styushin <[email protected]> - 3.5.10-1 | ||
- Updated checkpoint plugin: added support for new view pg_stat_checkpointer; | ||
- Updated bgwriter plugin: consider updated view pg_stat_bgwriter in postgres 17; | ||
|
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