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
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 ?   
#107
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,
#108
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.


#109
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/
#110
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
#111
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
#112
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
#113
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
#114
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 ?
#115
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
#116
I havent  done too much with ERL other than use it to monitor the device itself but on the ERPro  I have a few hundred devices I use it to do snmp checks on and I havent really noticed any issues with performance at all



P.S
I dont have any x devices but if it is still based on debian like the ERL then it should work... Try at your own risk
#117
Sure,

I normally build an agent for each new release since I normally upgrade anyway ...I will work on 2.0.6 tomorrow
#118
General Support / Custom scripts
September 03, 2016, 09:23:39 PM
Can we start a thread or a place for people to post scripts.  I think it would be useful..Im sure there are alot of people that have scripts that could be useful for new comers or some that maybe trying to do the same thing.





Thanks
#119
General Support / Re: PING Subagent
September 03, 2016, 09:19:12 PM
Its working now ... Thanks for all the help
#120
General Support / Re: DCI checks over SSH
August 31, 2016, 05:20:10 PM
Do i need to build the server as well or just the client  ?  How stable is the current dev branch ?