News:

We really need your input in this questionnaire

Main Menu
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 - Dani@M3T

#76
General Support / V2.1-M3 ready?
March 28, 2017, 12:11:34 PM
Hi

V2.1-M3 with changelog is in the beta download section. But there was no announcement in the forum. Is it ready for update?

thanks
Dani
#77
the printscreen in the documentation is outdated. You find the SNMP credentials seperately in the menu 'configuration' - 'SNMP credentials' .
#78
General Support / Re: DCI over SSH
March 10, 2017, 09:34:07 AM
I use the NetXMS server as proxy for SSH, it works too. Don't forget the 'trusted nodes'.


Dani
#79
CISCO SG200-26:
OID: .1.3.6.1.4.1.9.6.1.88.26.1
1 2 3 4 5 6 7 8 9 10 11 12                    25C 25F
13 14 15 16 17 18 19 20 21 22 23 24     26C 26F

CISCO SG250-26:
OID: .1.3.6.1.4.1.9.6.1.97.26.1
1 2 3 4 5 6 7 8 9 10 11 12                    25C 25F
13 14 15 16 17 18 19 20 21 22 23 24     26C 26F

ZyXEL GS2210-8
OID: .1.3.6.1.4.1.890.1.15
2 4 6 8    10C 10F
1 3 5 7    9C   9F

ZyXEL GS1900-8
OID: .1.3.6.1.4.1.890.1.15
1 2 3 4 5 6 7 8

ZyXEL GS1900-24E
OID: .1.3.6.1.4.1.890.1.15
2 4 6 8 10 12 14 16 18 20 22 24
1 3 5 7 9 11 13 15 17 19 21 23

ZyXEL GS1920-24
OID: .1.3.6.1.4.1.890.1.15
2 4 6 8 10 12 14 16 18 20 22 24     26C 28C 26F 28F
1 3 5 7 9 11 13 15 17 19 21 23       25C 27C 25F 27F

(Combo Ports are marked as 'C' for Copper and 'F' for Fiber)
#80
Feature Requests / Re: syslog table Index
January 23, 2017, 12:41:44 PM
Very good point, I can support that.
We have a few millions of records in the syslog table (PostgreSQL), syslog per node is very slow. Additional indexes could be a good help. Maybe also other performance improvments.

Dani
#81
General Support / Re: After Update to V2.1-M2 No Alarms
January 21, 2017, 01:15:36 PM
Hi

I gave the group everyone the right 'View all alarms' and now I can see all alarms again. Maybe that's the right action the update procedure should do on existing installations.

Thanks
Dani
#82
General Support / After Update to V2.1-M2 No Alarms
January 20, 2017, 06:53:20 PM
Since update from V2.1-M1 to V2.1-M2 I see troubles with alarms.

I have nodes which has status 'warning' since before update, after update they have still status 'warning' but I can't see any alarms on these nodes anymore. Before update there were not answered alarms on these nodes.

I tested on another node the following:
I switched of the device, the status of this node changed to Critical, but also no alarm on alarm-tab.

I see no alarms anymore in general. Alarm browser is completely empty.

But we get the alarm emails.

There is something broken with alarms. Which additional information do you need for further troubleshooting?

thanks
Dani
#83
Announcements / Re: NetXMS 2.1-M2 released
January 20, 2017, 12:18:09 PM
thanks Tomas, it works
#84
Announcements / Re: NetXMS 2.1-M2 released
January 20, 2017, 12:12:09 PM
The unchanged version (downloaded a few hours ago) looks like this here, is it maybe a newer version already fixed?

884:         int filteringFlag = 0;
885:         int objectToolFlag = DBGetFieldLong(hResult, i, 1);
886:
887         // Separate and reorder flags for filter and for object tools


your line 885 is in my version in line 946
#85
Announcements / Re: NetXMS 2.1-M2 released
January 20, 2017, 11:27:31 AM
Thanks for the quick reply shroman.
That was the solution for that, I didn't needed these 2packages for older versions of NetXMS.

I added the 2lines you suggested to upgrade.cpp after line 886 before I compiled and now it looks like this:
         int filteringFlag = 0;
         int objectToolFlag = DBGetFieldLong(hResult, i, 1);

         if (xml == NULL)
             xml = _tcsdup(_T(""));

         // Separate and reorder flags for filter and for object tools


but after compile I get the error "'xml' was not declared in this scope"

Can you help me here again?
#86
Announcements / Re: NetXMS 2.1-M2 released
January 20, 2017, 11:11:41 AM
I tried to upgrade our NetXMS V2.1-M1 installation to V2.1-M2 on linux x64. I compile from sources. 'configure' reports error "libssh is required for SSH support". I didn't had this problem compiling V2.1-M1, libssh2 and libssh2-devel ist available on this server. Is there a special version needed?

Thanks for any help.

Dani

#87
General Support / Re: Email alerts in 2.1-M1 not working?
December 07, 2016, 04:11:21 PM
sorry I forgot to tell about the reconfigure part of postfix
#88
General Support / Re: Email alerts in 2.1-M1 not working?
December 07, 2016, 09:15:22 AM
There is a bug introduced in V2.1-M1,
see https://www.netxms.org/forum/general-support/problem-with-smtp-action-(maybe-since-v2-10-m1)/

use the IP address of the server instead for the moment.

best regards
Dani
#89
Feature Requests / Re: Server Configuration
November 28, 2016, 08:11:41 PM
good idea!

and a column 'comment' to document customized values


thanks
Dani
#90
General Support / Re: Find text string within log file
November 08, 2016, 03:29:26 PM
Hi Damien

Change in your nxagentd.conf '*LOGWATCH' to '[LOGWATCH]'.
With your parser xml the string 'TEXT ERROR LOG' in your Logfile 'C:\test\logs' would generate an NetXMS event 100000. So this event 100000 must exist in your event configuration in NetXMS. You don't need a DCI for that.

best regards
Dani