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 - BlackJaguar1982

#1
Было бы здорово из скрипта сгенерировать не только ряд DCI, но и привязать их друг к дружке, задать цвета на Performance Tab.
Очень облегчило бы жизнь, например при генерации In/Out графиков на портах коммутатора.
#2
General Support / Re: Dashboard Widget Question
June 16, 2014, 05:33:08 AM
Quote from: Victor Kirhenshtein on June 12, 2014, 10:41:34 PM
Hi!

Change your DCI data type to String - this should help.

Best regards,
Victor

Nothing
I've checked your solution before starting this topic. netxms ver.=1.2.14
#3
General Support / Dashboard Widget Question
June 11, 2014, 02:48:02 PM
Hi!
I'm using ping as node's DCI and have transformation like 'if ($1 == 0 ) { return "О"; } else { return "Д";}'
Then I've created Dashboard element Gauge with Gauge type = Text, set Font to Wingdings, so letter О looks like happy smile and letter Д looks like unhappy smile.
That would be great, but Gauge element in input converts string data to int or similar, so all my text data becomes 0.
Is it a feature?