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

#106
You can create dummy DCI or script DCI, that will take last value of the DCI and transform it to 0 in case of error.
#107
Подключение к ноде идёт через primary host name (это IP аддресс или Hostname). Оно видно в properties объекта во вкладке Communications.
#108
General Support / Re: web interface map display
January 16, 2018, 09:51:40 PM
Should work in next release: 2.2.3
#109
General Support / Re: Object status issue
January 05, 2018, 02:56:42 PM
I mean status of interface objects, that are under this switch (in object tree).
#110
Yes we have found the bug. It well be fixed in one of next versions.
https://track.radensolutions.com/issue/NX-1387 - issue will be fixed in one of next releases
#111
From what version? It looks like some upgrade procedures were not executed or failed.

Try to execute next sql queries on NetXMS DB and run server again:
CREATE TABLE policy_pstorage_actions (
rule_id integer not null,
ps_key varchar(255) not null,
value varchar(2000) null,
action integer not null,
PRIMARY KEY(rule_id,ps_key,action)


CREATE TABLE persistent_storage (
entry_key varchar(256) not null,
value varchar(2000) null,
PRIMARY KEY(entry_key))

Check that in server log there are no other sql errors.
#112
Looks like database was somehow corrupted.
What was the steps you made before it spoted working? (Upgrade to new version?) What errors were there and what commad you used to fix them?
#113
General Support / Re: Object status issue
January 03, 2018, 05:47:56 PM
As not reachable you mean, that on configuration poll node shows "Node is (still) unreachable"?

Do you have errors in interfaces?

By default status is calculated based on polling results, status of underlying objects, associated alarms and status DCIs. So if there are no alarms(Node down alarma was terminated) and no errors for interfaces, then node will be in status ok.
#114
What does the server writes in log? Try to run server in console with debug and check what messages does it write?
#115
General Support / Re: VPN-CONNECTOR NETXMS 2.1.2
November 27, 2017, 05:48:24 AM
Right click on the node -> create -> VPN Connector (It is possible to create VPN connection only under the node)
#116
General Support / Re: Two or more overlapped subnets.
November 21, 2017, 12:11:14 PM
Can you please describe in more details your network(nodes, networks, configuration). How do networks outside know which interface to use?

For now it looks like without code change it is not possible to configure. If we will know more network details we may find a quick solution. The right and long way solution is to support VRF, but it will require a lot of changes and can't be implemented quickly.
#117
General Support / Re: Two or more overlapped subnets.
November 20, 2017, 03:06:58 PM
#118
Общие вопросы / Re: NetXMS FAQ/ЧаВо
November 20, 2017, 03:04:42 PM
Quote from: kiaj on October 08, 2013, 01:10:23 PM
добрый день, с каким интервалом ( если он вообще есть ) отрабатывает Discovery Instance ? пытаюсь мониторить VPN туннели на Cisco, но из-за слишком долгого интервала пропадает смысл, есть ли возможность задавать интервал в ручную ?

Настраивается в Server Configuration Variables параметр "InstancePollingInterval".
#119
Не совсем ананимный доступ, но жлступ с автоматическим логином тут: https://wiki.netxms.org/wiki/Autologin_for_Management_Console
#120
General Support / Re: Documentation
November 15, 2017, 03:42:10 PM
If you have list of missing or poorly described topics I'll be happy to work on them.
It might be hard to notice them mostly developing the product(without real usage).