ncc.zabbix_templates

Yohn Y. 2025-08-13 Parent:13b516f368ad Child:4b2d1fe8e0c2

39:c4e66ec88beb Browse Files

* Linux Common: Учитываем изменения в новой версии sshd при работе с логами

Linux.common/zbx_export_templates.yaml

     1.1 --- a/Linux.common/zbx_export_templates.yaml	Sun Jul 27 09:59:46 2025 +0300
     1.2 +++ b/Linux.common/zbx_export_templates.yaml	Wed Aug 13 23:07:03 2025 +0300
     1.3 @@ -7,7 +7,7 @@
     1.4      - uuid: d9ed1ecc0bc14cafb7fcbd309ad9a944
     1.5        template: 'AWNET Linux Template'
     1.6        name: 'AWNET Linux Template'
     1.7 -      description: 'Версия: v0.r202506.1'
     1.8 +      description: 'Версия: v0.r202508.1'
     1.9        templates:
    1.10          - name: OSI_v2
    1.11        groups:
    1.12 @@ -99,7 +99,7 @@
    1.13                      new RegExp('sshd\[[0-9]+\]\: error\: kex protocol error\:'),
    1.14                      new RegExp('sshd\[[0-9]+\]\: error\: kex_protocol_error\:'),
    1.15                      new RegExp('sshd\[[0-9]+\]\: error\: kex_exchange_identification\: read: Connection timed out'),
    1.16 -                    new RegExp('sshd\[[0-9]+\]\: fatal\: userauth_pubkey\: parse publickey packet\: incomplete message'),
    1.17 +                    new RegExp('sshd(-session)?\[[0-9]+\]\: fatal\: userauth_pubkey\: parse publickey packet\: incomplete message'),
    1.18                      new RegExp('sshd\[[0-9]+\]\: fatal\: userauth_finish\: send failure packet\: Connection reset by peer'),
    1.19                    ];
    1.20