NetXMS Support Forum

English Support => General Support => Topic started by: enieto on October 26, 2016, 11:21:27 AM

Title: Change aspect of monitor status in dashboard
Post by: enieto on October 26, 2016, 11:21:27 AM
Hello

I would like to change the look of the status indicator.

I could change the state point to make it big? I monitor it on a screen and are very small.

Any advice?

Regards
Title: Re: Change aspect of monitor status in dashboard
Post by: Victor Kirhenshtein on October 26, 2016, 12:17:45 PM
Hi,

currently it's not possible, GUI code has to be fixed to scale status indicators properly. You can use the following workaround: create DCI for node status, optionally use transformation script to transform status code into text, setup thresholds for each severity, and put it on dashboard using "Gauge" element with gauge type set to "Text". Gauge will scale text to fill all available space.

Best regards,
Victor
Title: Re: Change aspect of monitor status in dashboard
Post by: enieto on October 26, 2016, 12:52:17 PM
as I can create dci status? I have more than 50 host in each container.

and I want to know when any node in the container falls.

Regards
Title: Re: Change aspect of monitor status in dashboard
Post by: Victor Kirhenshtein on October 26, 2016, 12:54:59 PM
You can create template and apply it on all nodes. It can also apply automatically using auto-apply script.

Best regards,
Victor