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

#151
General Support / Re: Agent not creating log file
September 08, 2016, 11:06:23 AM
I hope that name of your config for nxagentd(NX agent) is "nxagentd.conf", not "netxmsa.conf". What does agent writes if you start it from console like: "C:\ProgramData\NetXMS\bin\nxagentd -D6"

Config file for the server should be named "netxmsd.conf" and for the agent "nxagentd.conf"
#152
General Support / Re: Scheduled task edition
September 08, 2016, 10:48:19 AM
#153
General Support / Re: no new network creation
September 07, 2016, 03:57:57 PM
So you don't have any agents there(I mean even SNMP)?
Steps to get debug log:
1. Set in server configuration file this parameters:
LogFile - path to server log file
DebugLevel=6
2. Restart derver
3. Run manually status poll on one of incorrectly added objects(right click object->Poll->Status)
4. Find in lines "Starting status poll for node XXX (ID: NNN)", "Finished status poll for node XXX (ID: NNN)". Send everything between them.
#154
General Support / Re: PING Subagent
September 02, 2016, 03:00:46 PM
Also for this DCI "Use this DCI for node status calculation" should be enabled.
#155
General Support / Re: PING Subagent
September 02, 2016, 02:58:44 PM
Now I understand where is problem.

Additional requirements:
Disable "CheckTrustedNodes" or add node1 and node2 as trusted for nodeA

I attached screenshots - how configuration should look for node1. You can so similar thing for node2. No DCI configuraiton needed for nodeA
#156
Hi.

Can you please provide walks for this OIDs:
.1.3.6.1.2.1.17.1.4.1.2
.1.3.6.1.2.1.2.1.0
.1.3.6.1.2.1.2.2.1.1
.1.3.6.1.2.1.31.1.1.1.1
.1.3.6.1.2.1.2.2.1.2

Thank you.
#157
General Support / Re: Table Thresholds not working(?)
August 30, 2016, 03:56:51 PM
Please check that correct column is used as the instance column(key). In your case it could be index.

One more note - threshold are checked once per row(if first column of second row violated threshold, then other columns of second row will not be checked).

Updated.
Also please check that "Smart status" and "Status" columns have String data type.

Fixing those two things(instance and data type) I managed to get correct behavior.
#158
General Support / Re: PING Subagent
August 30, 2016, 11:30:24 AM
Shouldn't instance be just "10.9.61.11" not the "10.9.61.11 26 29 0 46 10.9.61.11"? Can you please provide you instance discovery configuration it looks that it is done incorrectly.

In your situation nodeA should not contain any DCI that calculate status for node1 or node2. You should create DCI on node1 and node2 setting nodeA as a shource node. Can you configure your system like this and explain what is not working using this solution.
#159
General Support / Re: no new network creation
August 30, 2016, 10:25:28 AM
Can you please provide:
1. Output of nxget command line tool, getting interface list from one of sutch nodes. Example: /opt/netxms/bin/nxget -l 192.168.100.5 Net.InterfaceList
2. Does all nodes in this subnet have the same same OS?
3. Network mask.
4. And server log on debug level 6 when one of thoose nodes is status polled.

Recently we had problem with subnet defenitoins for old Windows versions: https://www.netxms.org/forum/configuration/invalid-network-mask-4369/msg20773/#msg20773

#160
General Support / Re: PING Subagent
August 29, 2016, 06:53:08 PM
You should create DCIs on node1 and node2 with DCI source nodeA. In this case data will be collected from nodeA, but thresholds will be generated for node1 and node2.

"Use this DCI for node status calculation" works for me. What exactly does not work?

Added:
There is description about this solution(note "Proxy node" was renamed to "Source node"): https://www.netxms.org/forum/feature-requests/icmp-ping-as-internal-parameter/
#161
Found and fixed. Will be in 2.0.6.
#162
General Support / Re: PING Subagent
August 25, 2016, 12:22:08 PM
It is possible to use DCI for status calculation. This option is enabled for each DCI separately(DCI Properties->Other options->Use this DCI for node status calculaiton).
From the documentation:
"DCI can be used to calculate object status. Such kind of DCI should return integer number from 0 till 4 representing object status. To use DCI for status calculation, there should be selected this option in it's properties (Other Options -> Use this DCI for node status calculation)."
#163
General Support / Re: Invalid network mask
August 25, 2016, 12:12:38 PM
Can you please provide:
1. output of nxget command line tool, getting interface list. Example: /opt/netxms/bin/nxget -l 192.168.100.5 Net.InterfaceList
2. Agent version
3. OS version(where the agent is installed)

Thank you
#164
General Support / Re: Ignore MAC changed alarms
July 26, 2016, 05:00:26 PM
You can disable or remove event processing policy with description "Generate alarm when MAC address change detected on interface".
#165
"Locked by the server." means that there is mark that database is locked in NetXMS database in config table. This can be in two situations - if server was stopped incorrectly or if NetXMS server is currently running. This flag is used to prevent change of the database while server is running (this action can be unsafe).