Alert triggers but no transport (Slack)

I have an alert that when it is triggered does not send thought the transport
in the event list i see

2024-08-20 11:33:14		SPAGENT-MIB::spSwitch3Status {"DISMAN-EVENT-MIB::sysUpTimeInstance":"117:10:31:29.55","SPAGENT-MIB::spSensorStatus.0":"normal","SPAGENT-MIB::spSensorValue.0":"1","SPAGENT-MIB::spSensorLevelExceeded.0":"1","SPAGENT-MIB::spSensorIndex.0":"2","SPAGENT-MIB::spSensorName.0":"Dry contact3","SPAGENT-MIB::spSensorDescription.0":"Dry Contact Switch3 Description","SNMP-COMMUNITY-MIB::snmpTrapAddress.0":"172.18.16.15","SNMP-COMMUNITY-MIB::snmpTrapCommunity.0":"Imn0p0p!","SNMPv2-MIB::snmpTrapEnterprise.0":"SPAGENT-MIB::sensorProbe"}

2024-08-20 11:33:01		SPAGENT-MIB::spSwitch3Status {"DISMAN-EVENT-MIB::sysUpTimeInstance":"117:10:31:16.55","SPAGENT-MIB::spSensorStatus.0":"lowCritical","SPAGENT-MIB::spSensorValue.0":"0","SPAGENT-MIB::spSensorLevelExceeded.0":"1","SPAGENT-MIB::spSensorIndex.0":"2","SPAGENT-MIB::spSensorName.0":"Dry contact3","SPAGENT-MIB::spSensorDescription.0":"Dry Contact Switch3 Description","SNMP-COMMUNITY-MIB::snmpTrapAddress.0":"172.18.16.15","SNMP-COMMUNITY-MIB::snmpTrapCommunity.0":"Imn0p0p!","SNMPv2-MIB::snmpTrapEnterprise.0":"SPAGENT-MIB::sensorProbe"}

and my alert is

SELECT * FROM devices,eventlog WHERE (devices.device_id = ?
AND devices.device_id = eventlog.device_id) 
AND eventlog.type = "trap" 
AND eventlog.message LIKE '%highCritical%' 
AND eventlog.message LIKE '%Dry Contact Port 3%'
AND eventlog.datetime >= (DATE_SUB(NOW(),INTERVAL 5 MINUTE))

sent to a slack transport, I test the transport and it works fine, I have other alerts using the same transport that are also working.

the alert is triggering just fine

|2024-08-20 11:35:59||[bp-servsensor.truestream.us](https://librenms.truestream.us/device/284)

#1: last_polled => '2024-08-20 11:35:59'
last_polled_timetaken => '3.7720320224762'
last_discovered_timetaken => '50.19'
last_discovered => '2024-08-20 08:06:08'
last_ping => '2024-08-20 11:35:56'
last_ping_timetaken => '9.11'
event_id => '7742028'|
| --- | --- |

but it does not sent the alarm, I even changed it to a different transport and it is still not sending, any one have a suggestion on where to look?

librenms@librenms:~$ ./validate.php 
===========================================
Component | Version
--------- | -------
LibreNMS  | 24.8.0-8-g343a979f5 (2024-08-20T10:01:07-04:00)
DB Schema | 2024_07_19_120719_update_ports_stack_table (296)
PHP       | 8.2.8
Python    | 3.11.2
Database  | MariaDB 10.11.6-MariaDB-0+deb12u1
RRDTool   | 1.7.2
SNMP      | 5.9.3
===========================================

[OK]    Composer Version: 2.7.7
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[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]    Distributed Polling setting is enabled globally
[OK]    Connected to rrdcached
[OK]    Active pollers found
[OK]    Dispatcher Service is enabled
[OK]    Locks are functional
[OK]    Python wrapper cron entry is not present
[OK]    Redis is functional
[OK]    rrdtool version ok
[OK]    Connected to rrdcached