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 - Filipp Sudanov

#286
General Support / Re: Server crash on "Supported actions"
September 06, 2024, 03:24:23 PM
Please enable

CreateCrashDumps

in server config file and specify folder to store them by DumpDirectory parameter in config (Default is C:\)

Share the file somewhere and send me link to in in private message (or I can provide a place to upload it if needed)
#287
General Support / Re: Node Down/Up Alerts not sending
September 06, 2024, 11:55:26 AM
Ok, just in case, set debug level for these tags:

debug ncd.* 7
debug ncd 7
debug nc.* 7
debug nc 7

they issue

debug

command and check that debug levels were actually set.
#288
QueryTemplate is the actual sql query, where ? sign works as macro, it's first occurrence is replaced by recipient and second by message body. E.g.:

QueryTemplate=insert into notifications values (?, ?);
#289
General Support / Re: Node Down/Up Alerts not sending
September 04, 2024, 09:59:19 PM
It should be in log file, /var/log/netxmsd on Linux and C:\NetXMS\log\netxmsd.log on Windows
#290
General Support / Re: Node Down/Up Alerts not sending
September 04, 2024, 07:30:21 PM
Ok, but what about message field, it also should be empty?

Anyways, let's add some debug. In Tools -> Server debug console issue

debug ncd.* 7

this will set debug level 7 for notification channel driver related debug. Then check server log file
#291
General Support / Re: Node Down/Up Alerts not sending
September 04, 2024, 07:11:23 PM
I wonder that Recipient column in the log is empty. How is your action configured, recipient is specified in it.
#292
If you can close this error message and it does not occur again when using the console, you can disregard this error message.

The version that you are using (2.0.1) is very old and not supported any more. But, as I remember, there was a checkbox "slow connection" on login screen of the console. Checking it skipped downloading mib file to client, so you can check if that is unchecked.
#293
General Support / Re: Database is locked for report server
September 02, 2024, 05:32:08 PM
You can create nxreportd.properties file in C:\NetXMS\etc\nxreportd folder. In this file you can specify bind address:

nxreportd.bindAddress=1.2.3.4

setting it to * or 0.0.0.0 will bind to all available interfaces.

#294
General Support / Re: Report Server not Starting
September 02, 2024, 01:51:59 PM
Java 11 or later should be installed on the system
#295
How does NetXMS communicate with these devices, via SNMP or you have NetXMS agent installed there?
#296
General Support / Re: Node Down/Up Alerts not sending
September 02, 2024, 11:46:16 AM
First thing to check, just to make sure, is if you've pressed "save" button in epp editor.

Check Logs -> Server Action Executions and Logs -> Notifications, if your Slack is listed there.

For testing you can add Slack notification actions to maintenance mode enter and leave rules in EPP, then you can just take any node and take it in and out of maintenance.

If it still does not work, pls show screenshots of your EPP rule configuration.
#297
General Support / Re: Port Monitoring No Agent
August 30, 2024, 01:41:37 PM
To have answer to original question in this thread, current way to check is ports are open is 

NetworkService.Status(tcp://netxms.org:80)
agent metric, agent should have netsvc subagent enabled. 
https://netxms.org/documentation/adminguide/service-monitoring.html#network-service-monitoring-using-dci
#298
I can confirm this issue on Windows, will check with developers
#299
Might be because version of Eclipse SWT library, on which client depends, was upgraded and that version does not support Win7. But I'm afraid we won't have resources to fix that, except for a commercial client, as Win7 went end of life in 2020.
#300
So which exactly powershell you use and on what OS this is?