Alerts to DCI

Started by dersonik, September 28, 2017, 05:55:04 PM

Previous topic - Next topic

dersonik

I have logwatch - Checking log file and sending data to netxms alerts- this working fine.

How to create DCI from this - I have to create graphs for example:

message is : 15:52:51 23.3°C 4.44
I would like create graphs from 23.3 and 4.44

Is this possible with netxms?

Victor Kirhenshtein

Hi,

yes, it's possible. You can create two push DCIs and a script. Set this script as an action for your event, extract numbers from message text, and use PushDCIData function to push data into appropriate DCIs.

Best regards,
Victor