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 - Tatjana Dubrovica

#46
Recently trap processing script was created. It has node $node, $trap as a string and $varbinds as SNMP_VarBind, event that is about to be generated is accessible via $event global variable.
You can iterate over $node->children, find macAddr and get description. And using method addParameter add one more parameter to event.

Documentation: https://www.netxms.org/documentation/nxsl-3.2/
Some NXSL example available on wiki
#47
Can you also provide how does action call is configured on server side: I mean server action (Configuration->Action Configuration), that calls agent action?
#48
Looks like a bug I'll check it.

What server version do you use?
#49
General Support / Re: netxmsd 3.1 crashing on startup
December 04, 2019, 07:54:04 PM
Problem fixed will be included in next patch release
#50
General Support / Re: Centralized agent upgrade
December 04, 2019, 07:51:21 PM
It should be under: var/lib/netxms/packages/

Found bug that might cause it. npi file should be in the same folder with the file that should be uploaded (check that name of the file inside npi file is the same as the actual file name). In case if file not found package manager shows error, but sill uploads file with 0 sizes and adds it to the list.

Please check if it is your case.
#51
Hi,

It is not possible to turn off caching, but you can set synchronization interval by changing server configuration parameter: "SyncInterval".
#52
General / Re: DCI poll time out, record a value
December 03, 2019, 04:43:31 PM
You can't process error by transformation script. If you want to transform error into some meaningful value you can use script DCI, access agent or SNMP from it or value of other DCI, and return some value in case of error.
#53
General Support / Re: CRON schedule doesn't work?
December 03, 2019, 04:31:57 PM
Cron tab to run script every minute should look like: * * * * *
We support cron expressions with only 5 parts: minutes, hours, day(month), month, day.
Also NetXMS does not support "?" symbol.
#54
Hi,

I've created issue in issue tracker: https://track.radensolutions.com/issue/NX-1722

Is problem only with sound or there is also no vibration and no notifications?

Than you for detailed test.
#55
General Support / Re: Overlapping non routed subnets
December 03, 2019, 03:59:15 PM
Latest NXSL manual:
www.netxms.org/documentation/nxsl-3.0/
NXSL manual for version 2.2:
www.netxms.org/documentation/nxsl-2.2/
#56
Общие вопросы / Re: Карта сети
December 03, 2019, 03:31:41 PM
Ошибок в логе нет при сохранении объекта?
#57
You are right formating (like: "%tY" or "%1$tT %1$tD") should work. It's a bug in console that it does not work. It is fixed and will be in next patch release.
#58
General Support / Re: SMS suddenly missing?
October 14, 2019, 01:42:50 PM
Configuration should be in the format:
username=NetXMS
url=[WEBHOOK URL]

Please try to change configuration.
I'll check the upgrade procedure, that was resopnsible for configuration move.
#59
General Support / Re: SMS suddenly missing?
October 10, 2019, 02:27:56 PM
Hi,

SMS drivers replaced by notification channels (so it is now possible to have more than one channel for messaging). Existing driver configuration should be automatically converted to channel named SMS. So you can check notification channel configuration under Configuration->Notification Channels.

There was bug in early 3.0 version that notificaiton channel librarries were not provided with Windows installation, so please check that you have latest version of NetXMS server.

You can check server log for messages about problems with notificaiotn channel load. Information is available on debug level 4.
#60
Проверьте пожалуйста что Java тоже 64 битная.