Alert not showing at the bell icon

MelvinCheung

Cadet
Joined
Jun 13, 2022
Messages
8
Hello,
I have an issue with a TrueNAS Core system where some alerts are no longer shown with the bell icon.
Eg. the pool usage is now over 80% and the 'Pool Space Usage Is Above 80%' alert settings are default (for both warning level and frequency).
SMART service is running, version is TrueNAS-12.0-U4. The alerts were working fine until about a month ago.

Regards,
Melvin Cheung
 

MelvinCheung

Cadet
Joined
Jun 13, 2022
Messages
8
For another pool (same system) the bell notification is working fine. I even freed up space for the older pool and occupied it back up to 80%, but still nothing.
 

MelvinCheung

Cadet
Joined
Jun 13, 2022
Messages
8
I read this:
Behind the scenes, an alert daemon checks for various alert conditions, such as pool and disk status, and writes the current conditions to the system RAM. These messages are flushed to the SQLite database periodically and then published to the user interface.

in the documentation 18.4:
https://www.ixsystems.com/documentation/truenas/11.3-U2.2/tn_options.html#alert

Is there a way to stop/start that daemon via command?
 

MelvinCheung

Cadet
Joined
Jun 13, 2022
Messages
8
Hi again,
I saw something in the logs today. Can anyone explain it to me:

Jul 21 11:49:46 truenasb 1 2022-07-21T11:49:46.297344-03:00 truenasb.datasur.sr collectd 94681 - - Traceback (most recent call last):
File "/usr/local/lib/collectd_pyplugins/disktemp.py", line 62, in read
with Client() as c:
File "/usr/local/lib/python3.9/site-packages/middlewared/client/client.py", line 282, in __init__
self._ws.connect()
File "/usr/local/lib/python3.9/site-packages/middlewared/client/client.py", line 124, in connect
rv = super(WSClient, self).connect()
File "/usr/local/lib/python3.9/site-packages/ws4py/client/__init__.py", line 223, in connect
bytes = self.sock.recv(128)
socket.timeout: timed out
 
Top