Alerts are not Working

Hi community,

The last few days my alerts are not being issued, i have rechecked my alert rules and they are reflecting on the notifications, my alert transport for email is working perfectly, multiple test messages sent and they are working fine.

how do i solve this issue

librenms@**~$ ./validate.php

Component Version
LibreNMS 23.5.0-7-ged0dee648 (2023-05-26T04:26:19+05:30)
DB Schema 2023_04_27_164904_update_slas_opstatus_tinyint (252)
PHP 8.2.4
Python 3.8.10
Database MariaDB 10.3.38-MariaDB-0ubuntu0.20.04.1
RRDTool 1.7.2
SNMP 5.8
===========================================

[OK] Composer Version: 2.5.7
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

Hi RayleighPopo,

I have the same issue with the same version like you 23.5.0-7-xxxx my alerts on telegram don’t tag markdown Y_Y

Solution:
Rollback your version to stable version, easy.

  1. sudo su - librenms
  2. lnms config:set update_channel master
  3. cd /opt/librenms && git fetch --tags && git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
  4. ./daily.sh
  5. ./validate.php

and now your alerts work again

Component Version
LibreNMS 23.5.0 (2023-05-19T17:32:19+02:00)
DB Schema 2023_04_27_164904_update_slas_opstatus_tinyint (252)
PHP 8.1.18
Python 3.7.3
Database MariaDB 10.3.38-MariaDB-0+deb10u1
RRDTool 1.7.1
SNMP 5.7.3
===========================================

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.