File tree Expand file tree Collapse file tree 8 files changed +13
-7
lines changed Expand file tree Collapse file tree 8 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 8686          echo "zabbix_address=$(hostname -I | awk '{print $1}')" >> $GITHUB_OUTPUT 
8787id : zabbix_address 
8888      - name : Edit Zabbix address in agent.conf 
89-         run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.14 .conf 
89+         run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.15 .conf 
9090
9191      - name : Copy test scripts to container 
9292        run : docker exec $( echo "${{ matrix.docker_os }}" | sed 's/://' | sed 's/\.//' ) mkdir -p -m 755 /mamonsu/ 
Original file line number Diff line number Diff line change 9191          echo "zabbix_address=$(hostname -I | awk '{print $1}')" >> $GITHUB_OUTPUT 
9292id : zabbix_address 
9393      - name : Edit Zabbix address in agent.conf 
94-         run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.14 .conf 
94+         run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.15 .conf 
9595
9696      - name : Copy test scripts to container 
9797        run : docker exec $( echo "${{ matrix.docker_os }}" | sed 's/://' | sed 's/\.//' ) mkdir -p -m 755 /mamonsu/ 
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if [ "${OS%:*}" = "centos" ]; then
4141    python3 setup.py build &&  python3 setup.py install
4242    make rpm
4343    sudo rpm -i ./mamonsu* .rpm
44-     cat /mamonsu/github-actions-tests/sources/agent_3.5.14 .conf >  /etc/mamonsu/agent.conf
44+     cat /mamonsu/github-actions-tests/sources/agent_3.5.15 .conf >  /etc/mamonsu/agent.conf
4545    #  ensuring mamonsu can actually start
4646    sudo su -s /bin/bash -c " mamonsu bootstrap -x --user postgres -d mamonsu_test_db" 
4747    /etc/init.d/mamonsu restart
@@ -65,7 +65,7 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
6565    python3 setup.py build &&  python3 setup.py install
6666    make deb
6767    sudo dpkg -i ./mamonsu* .deb
68-     cat /mamonsu/github-actions-tests/sources/agent_3.5.14 .conf >  /etc/mamonsu/agent.conf
68+     cat /mamonsu/github-actions-tests/sources/agent_3.5.15 .conf >  /etc/mamonsu/agent.conf
6969    #  ensuring mamonsu can actually start
7070    sudo su -s /bin/bash -c " mamonsu bootstrap -x --user postgres -d mamonsu_test_db" 
7171    service mamonsu restart
File renamed without changes.
Original file line number Diff line number Diff line change 11__author__  =  'Dmitry Vasilyev' 
22__author_email__  =  '[email protected] ' 33__description__  =  'Monitoring agent for PostgreSQL' 
4- __version__  =  '3.5.14 ' 
4+ __version__  =  '3.5.15 ' 
55__licence__  =  'BSD' 
66
77__url__  =  'https://github.com/postgrespro/mamonsu' 
Original file line number Diff line number Diff line change 1+ mamonsu (3.5.15-1) stable; urgency=low
2+   * PostgreSQL 18 support;
3+ 
14mamonsu (3.5.14-1) stable; urgency=low
25  * Fixed the replication stats collection when the follower's lag exceeds the integer range.;
36
Original file line number Diff line number Diff line change 11Name:            mamonsu
2- Version:         3.5.14 
2+ Version:         3.5.15 
33Release:         1%{?dist }
44Summary:         Monitoring agent for PostgreSQL
55Group:           Applications/Internet
@@ -73,6 +73,9 @@ chown -R mamonsu:mamonsu /var/log/mamonsu
7373chown -R mamonsu:mamonsu /etc/mamonsu
7474
7575%changelog 
76+ * 
Fri Oct 3 2025  Andrey Papsuyko <[email protected] >  - 3.5.15-1 77+   - PostgreSQL 18 support; 
78+ 
7679* 
Thu Sep 4 2025  Andrey Papsuyko <[email protected] >  - 3.5.14-1 7780  - Fixed the replication stats collection when the follower's lag exceeds the integer range.; 
7881
Original file line number Diff line number Diff line change 11!define  NAME Mamonsu
2- !define  VERSION 3.5 .14 
2+ !define  VERSION 3.5 .15 
33!define  MAMONSU_REG_PATH " Software\PostgresPro\Mamonsu" 
44!define  MAMONSU_REG_UNINSTALLER_PATH " Software\Microsoft\Windows\CurrentVersion\Uninstall" 
55!define  EDB_REG " SOFTWARE\Postgresql" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments