Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - doubled

#1
I'm very new to the product so my knowledge is limited. The person who installed and maintained the netxms environment has left so I need to figure it out by myself and this community.
This forum helped me a lot already but I have one problem I cannot solve.

Nobody is monitoring the alarms from the management console, all relevant alarms are emailed and managed from there. This means that alarms are never acknowledged, resolved or terminated. It seems that the housekeeper is not clearing alarms that still hold the status outstanding even if it passes the set expiration period.

Now SQL scripts are developed that alter alerts directly in the database. All alerts are being set to "Acknowledged" within 5 minutes and set to "terminated" in an hour. The NETXMS source code has been used to figure out which fields in the database needed to be altered.

But the management console does not update the alert when the status has been updated. Not even when you restart the console. Only when you restart the Server itself the console will show the at that time correct status. This means that the scripts work correct. It seems that the server has a local copy of the alarm administration and uses that to inform the clients. Off course it is updating in the database.

Now the question how can i force the server to always use the content from the database instead of the local copy in memory?