Unknown Alarm Message

Started by stoffmann, May 11, 2020, 05:13:47 PM

Previous topic - Next topic

stoffmann

I get a lot of alarm messages from one server, but can't find out what is the source of them. (see attached screenshot)
The message is: Script (ServiceCheck::Status::321) execution error: Error 14 in line 4: Function or operation argument is not an object
or Script (ServiceCheck::Status::327) execution error: Error 14 in line 4: Function or operation argument is not an object
In the Alarm Details/DCI Data it says "No DCI associated with this alarm".

How can I find out what's the source of this messages?

Thanks

Stefan

Egert143

Script has error on line 4. maybe null value ?

Filipp Sudanov

This is error in a script of a Service Check object. 321 in the name of the script is the ID of that service check.
You'll find that service check, if you enter #321 into the filter in object tree. Check the script there.

stoffmann

Quote from: Filipp Sudanov on May 12, 2020, 02:39:49 PM
This is error in a script of a Service Check object. 321 in the name of the script is the ID of that service check.
You'll find that service check, if you enter #321 into the filter in object tree. Check the script there.

Thank's a lot! With that info I was able to find the reason.