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 - gmonk63

#106
Feature Requests / Find Object Features
June 21, 2018, 01:49:30 AM
Would it be possible for you add a feature that allows you to export any results returned from Find Object  Search to CSV.
#107
General Support / Re: Import list of servers
June 20, 2018, 11:14:03 PM
tomas,

is it possible to add a feature that allows setting of proxy address on import


currently its is

Node Name  |Address   |Container to bind to


but it would be nice if it could be as follows

Node Name | Address  | Agent Proxy  |  ICMP Proxy |  SNMP Proxy | SSH Proxy |  Container to bind to


Thanks,

Gary
#108
General Support / AWS agent
March 05, 2018, 07:31:55 PM
I have an AWS instance I want to add in netxms.  I installed the agent and changed the agent port to a non standard port ex  3355  however i can not communicate to it from the server. I changed agent port settings to match on netxms but it does not seem to want to connect.
#109
General Support / MQTT
January 25, 2018, 07:54:22 PM
Are you guys going to release any documentation on setting this up ?  We have a use case where we have some modbus devices and using modbus2mqtt  we would like to log that data in netxms



Thanks,

Gary Bonner
#110
General Support / Re: 2.1M3 Mqtt support
July 13, 2017, 03:06:17 AM
Ok now im confused   :o    i   just built 2.1 from source and now things went from --with-mqtt  to --with-mosquitto   there is no documention on mqtt and at all on the website  can some one throw me a hint on how to actually get mqtt working  and what the architecture is   does netxms now act as a broker and the agents publish  metrics to netxms  and will a third party software or dashboard be able to subscribe to those metrics to show which agents/nodes are up or down with out having to login using netxms client


Thanks


#111
General Support / Re: 2.1M3 Mqtt support
May 23, 2017, 10:14:06 PM
Victor,


What metrics are available for the agent to publish ? And where does the netxms server come into play ? from the looks of it the agent publishes messages direct to a broker  so then does the netxms server subscribe to that broker as well or is the netxms server acting as the broker ?   
#112
General Support / 2.1M3 Mqtt support
April 06, 2017, 03:08:14 AM
Just curious.. I see experimental mqtt support was added and looking at the source it is only listed under subagents.  Is both the broker and client running on the agent ?   Just trying to figure out the topology of this. Does the agent publish predefined metrics to the server ?



Thanks,
#113
General Support / Re: DCI over SSH
March 08, 2017, 10:32:02 PM
knight,

I was able to get it working by compiling the 2.1-M2 and enabling Subagent =  ssh.nsm  and in the ssh settings add the credentials of the switch as well as the select the agent acting as a proxy. In the parameters all i did was specify the command I wanted to run on remote switch. See the attachments   I used a different machine to act as the proxy but I do think you can do all this from the server if you enable the agent locally and choose the local agent as the proxy.  One thing I did notice is that if the response is multi line you wont get the full response .. Im hoping the dev's can chime in and maybe provide some insight ...The custom commands on this switch a returned in json format so i only get beck the first line.


#114
General Support / Re: DCI over SSH
March 07, 2017, 11:20:18 PM
maybe check this thread it may have your answer


https://www.netxms.org/forum/general-support/dci-checks-over-ssh/
#115
General Support / Re: V2.1-M2 build problem
February 07, 2017, 12:35:15 AM
Never mind I got it fixed... I manually removed all nextms libs in my /usr/local/lib  and ran make install again and it worked not sure what happend  :o
#116
General Support / V2.1-M2 build problem
February 07, 2017, 12:10:07 AM
getting the following when trying to install..  this is on a Ubuntu 16.04 system installing from source 


/usr/local/bin/nxmibc: symbol lookup error: /usr/local/lib/libnxsnmp.so.2: undefined symbol: wfopen
Makefile:1204: recipe for target 'install-data-hook' failed
make[5]: *** [install-data-hook] Error 127
make[5]: Leaving directory '/home/nmsadmin/netxms-2.1-M2/contrib/mibs'
Makefile:1139: recipe for target 'install-data-am' failed
make[4]: *** [install-data-am] Error 2
make[4]: Leaving directory '/home/nmsadmin/netxms-2.1-M2/contrib/mibs'
Makefile:1094: recipe for target 'install-am' failed
make[3]: *** [install-am] Error 2
make[3]: Leaving directory '/home/nmsadmin/netxms-2.1-M2/contrib/mibs'
Makefile:431: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/home/nmsadmin/netxms-2.1-M2/contrib'
Makefile:481: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/nmsadmin/netxms-2.1-M2'
Makefile:775: recipe for target 'install' failed
make: *** [install] Error 2
#117
General Support / False Agent Detection
January 18, 2017, 04:47:40 PM
I have several switches that Netxms  2.0.5 is communicating with SNMPV3   I have seen this issues more than once but never thought too much about it but now its becoming a pain.  For some reason after configuration probably after the configurations polls are executed netxms  sees these layer 2 switches as having agents   which breaks any DCI and summary tables these are associated with..  Any suggestions as to how I can stop this or is this just a bug



Thanks
#118
General Support / Re: NetXMS and Fail2Ban
January 10, 2017, 02:50:52 AM
why not just use syslog-ng to grab the fail2ban logs and ship them to netxms syslog
#119
General Support / CLI
October 31, 2016, 08:13:08 PM
Is it possible to launch on demand topology polls and network discoveries via the command line ?
#120
General Support / nxshell snmp vaules
September 20, 2016, 08:53:46 PM
Is it possible to get snmp values via nxshell ?  I need to get the serial numbers for a certain type of switch and the only way is via snmp




Thanks