Recent posts

#91
General Support / Re: how to Filter the alerts ...
Last post by Filipp Sudanov - April 03, 2024, 11:58:21 AM
The are not instantly deleted and can be still viewed in Alarm Log. Deletion will happen by housekeeper after 180 days (can be configured in Configuration -> Server Configuration, parameter name "Alarm.HistoryRetentionTime")
#92
General Support / Re: how to Filter the alerts ...
Last post by lukexjin - April 03, 2024, 11:58:19 AM
already terminated alarms,just show 2 menu(copy to clipboard,Export selection to CSV..),
how to delete them ,bro
#93
General Support / Re: NETXMS EMAIL NOTIFICATION ...
Last post by Filipp Sudanov - April 03, 2024, 11:54:38 AM
The password should normally work unencrypted. The only exception is when the password itself is base-64 encoded and has specific length (44 or 88 characters) - in this case NetXMS will think that it's something encripted by nxencpasswd - in this case the workaround is to actually encrypt it with nxencpasswd.
Also, double-check the "Login" field.
#94
General Support / Re: NETXMS EMAIL NOTIFICATION ...
Last post by ruidias - April 03, 2024, 11:41:45 AM
2024.04.03 08:38:18.202 *D* [ncd.smtp          ] Call to curl_easy_perform("smtp://smtp.office365.com:587") failed (67: Login denied)
2024.04.03 08:38:18.202 *D* [nc                ] Driver error for channel "SMTP HTML OFFICE365", message dropped

I try the password as plain text and encrypted with nxencpasswd ..
#95
General Support / Re: how to Filter the alerts ...
Last post by lukexjin - April 03, 2024, 11:34:25 AM
Quote from: Alex Kirhenshtein on April 03, 2024, 11:30:25 AM
Quote from: lukexjin on April 03, 2024, 11:27:50 AMNetxms client show me a tip:only 4096 most recent alarms shown
how to config this alarsm threshold?
or how to clear  the alarms I  don't care about
bro


right click -> terminate
thanks, right click -> terminate is stand for delete these alarms in database?
#96
General Support / Re: how to Filter the alerts ...
Last post by Filipp Sudanov - April 03, 2024, 11:32:09 AM
You can select many alarms at once and select "Terminate" from right-click menu. And disabling event processing policy rules that you don't need would prevent these alarms from happening in the future.
#97
General Support / Re: how to Filter the alerts ...
Last post by Alex Kirhenshtein - April 03, 2024, 11:30:25 AM
Quote from: lukexjin on April 03, 2024, 11:27:50 AMNetxms client show me a tip:only 4096 most recent alarms shown
how to config this alarsm threshold?
or how to clear  the alarms I  don't care about
bro


right click -> terminate
#98
General Support / Re: how to Filter the alerts ...
Last post by lukexjin - April 03, 2024, 11:27:50 AM
Netxms client show me a tip:only 4096 most recent alarms shown
how to config this alarsm threshold?
or how to clear  the alarms I  don't care about
bro
#99
General Support / Re: how to Filter the alerts ...
Last post by lukexjin - April 03, 2024, 11:22:56 AM
Quote from: Filipp Sudanov on April 03, 2024, 10:50:46 AMCheck configuration -> Event processing policy.
The way NetXMS is built is that when something happenins (interface went down, threshold reached, etc...) it creates events (log of these can be seen in Event Log). Reaction to events is defined in Event processing policy (make sure you click "save" button when working with it).
Thank you brother, yes, here is the configuration;
One more question, how do I remove old history alerts if I disable these policies midway through? (history alert package install update etc)
#100
General Support / Re: NETXMS EMAIL NOTIFICATION ...
Last post by Filipp Sudanov - April 03, 2024, 11:16:51 AM
Try issuing
debug nc 8
debug ncd.* 8

in Tools->Server Debug Console. Then try to send another email and show what you have in your server log (/var/log/netxmsd on Linux)