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

Messages - hewa6254

#1
General Support / String length cut at 255 Characters
January 15, 2020, 05:04:58 PM
Hi Everyone,

i wrote a simple curl Shell script that consumes a REST API from my Service i need to monitor.
The ccript is stored on my netxms server and executed as an ExternalParameter from the local netxms agent.
It returns JSON Data which i transform with nxsl to get the Information that i want. (This way i can reuse my CURL Script for diffrent APIs)

My Problem occures when the API returns more than 255 Characters (which it does most of the time).
The Datatype from the DCI is a String and apparently it can contain 255 Characters max. Everything longer gets cut off.

Is there a better way to monitor my REST API or am i limited to those 255 Chars?
I want to transform the Data with nxsl so i dont need a new shellscript for each diffrent API Parameter i want to monitor.
I think this is a common Monitoring Task, so i think i am just doing this wrong :D

Best Regards
Henry