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

Topics - webeck5

#1
General Support / Dashboard gauge configuration
December 28, 2022, 12:17:33 AM
 Hello,

    Havent used Netxms in awhile. Setting up  a gauge in a dashboard based on an snmp poll, I cant seem to get the gauge to depict the reading. The gauge always goes to maximum. The gauge needle is always at maximum while the reading from the snmp poll is depicted correctly on the center of the dial. I recall I had a hard time with this some years ago and Im probably overlooking the obvious but havent found it yet. Any clues would be greatly appreaciated.

Thanks in advance ...
#2
General Support / Import Tool XML Questions
June 26, 2018, 06:02:39 PM
I would like to import an event / trap xml file for APC products which was located in the mib discussion forum, however before I do I have two questions to better understand the process:

1. I used the export tool and exported default event and trap xml file. Events and traps in this output depict a guid parameter, which is not depicted in the file I received from the mib collection forum, nor is it an option when creating new events or traps in the configurators. Am I correct in assuming the guid is assigned by netxms when you create a new event or trap either through manual process or import process.

2. Am I correct in saying that when importing, event and trap xml data is always the same file and the file name does not matter.

Thanks .... 
#3
What is the recommended image size for components in the racks when not using the default image? Thanks ....
#4
Documentation states that objects placed on a network map as flooplan can be sized. I have searched the forum and documentation but have not found any examples showing how this is accomplished. Any help would be appreciated. Thanks ....
#5
    I am currently working on adding our APC rack PDU's. I am having trouble with the models which use port sharing. Basically the network attached PDU is the host and the next three are "daisy chained" via the APC NPS ports. Access to them is via SNMP is through the host IP address and you utilize the APC rpdu2 mibs. My question is what is the process for adding the NPS attached PDU's. I have tried creating them as separate nodes and used the host pdu as a source node in the dci but the return is always empty. The same dci from the host dci returns the correct value. Any help would be appreciated. Thank You.

By the way ... I have found NetXMS to be a fantastic product. I am primarily using it as a DCIM product and it definitely fills the needs quite well. I have used other open source and paid DCIM products and none have truly met all the features requirements I have been looking for. NetXMS does .... Great product ... 

#6
General Support / Netxms trap recieve community
May 23, 2018, 04:11:14 PM
Where do I define the trap receiving community for the server. Currently I have my apc pdu 's sending traps to netxms as the trap receiver and the community string as public. I would like to change this and am not sure where I would chqange that config. Thank You in advance.
#7
General Support / Install using MongoDB ???
May 03, 2018, 06:58:32 PM
Has anyone installed using MongoDB yet, and if so your comments on how well it works compared to a sql database ? Thanks
#8
During make process in a centos installation, I have run into this error;

----------------------------------------------------------------------------------------------------
In file included from agent.cpp:24:0:
../../../src/server/include/agent_tunnel.h:89:4: error: 'SSL_CTX' does not name a type
    SSL_CTX *m_context;
    ^
../../../src/server/include/agent_tunnel.h:90:4: error: 'SSL' does not name a type
    SSL *m_ssl;
    ^
../../../src/server/include/agent_tunnel.h:123:24: error: expected ')' before '*' token
    AgentTunnel(SSL_CTX *context, SSL *ssl, SOCKET sock, const InetAddress& addr, UINT32 nodeId, UINT32 zoneUIN);
                        ^
../../../src/server/include/agent_tunnel.h:154:28: error: 'SSL_CTX' was not declared in this scope
bool SetupServerTlsContext(SSL_CTX *context);
                            ^
../../../src/server/include/agent_tunnel.h:154:37: error: 'context' was not declared in this scope
bool SetupServerTlsContext(SSL_CTX *context);
                                     ^
make[4]: *** [libnxcore_la-agent.lo] Error 1
-------------------------------------------------------------------------------------------------------------

Configure ran clean using the following;

sh ./configure --with-server --with-mysql --with-agent --disable-encryption --disable-ssh --disable-mqtt --without-openssl

Please advise if you would need the config.log.... Thanks