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

#196
Feature Requests / Re: Mqtt broker
November 27, 2015, 11:56:19 PM
Exactly as Borgso said..  I generally use mosquitto which is an opensource broker written in c   http://mosquitto.org/download/  there is also http://emqtt.io/ which is written in erlang  both brokers support websockets so you could have realtime dashboards so basically you could create a dashboard and have it subscribe to realtime data  and with the broker being integrated on the server you could just use a local client  https://github.com/eclipse/paho.mqtt.java  ( Java Client)   http://www.eclipse.org/paho/clients/c/embedded/ ( c++ Client )  to subscribe to the topics locally.. And if another Netxms server where interested in the data it would just need to subscribe to the topic using any of the above clients or simply bridge the two with a broker to broker bridge..
#197
nothing special just added all the required packages to compile and compiled on the device ..Im trying to to either do a static compile or create a deb package but im having trouble.  The static compilation fails and if any one has some good docs on building a deb please let me know. but other than that it works great no problems at all
#198
Feature Requests / Mqtt broker
November 23, 2015, 03:54:12 AM
maybe add support for mqtt in order to recieve sensor and other data easily with out having to compile nxevent etc for embedded devices..
#199
General Support / Re: MIB Import bug
November 21, 2015, 12:18:55 AM
ah hah  ;D

Works now  this is running on a Rasberry pi and I left everything at defaults when i compiled it so i was running

nxmibc -d /usr/local/share/netxms/mibs -o /usr/local/share/netxms/mibs/netxms.mib


but data directory was  /usr/local/var/lib/netxms


Thanks for the help
#200
General Support / Re: MIB Import bug
November 20, 2015, 11:31:48 PM
sorry just realized after i posted
#201
General Support / MIB Import bug
November 20, 2015, 11:29:45 PM
Maybe a bug in mib import for 2.0  tried importing mib that  was successfull in 1.2.17 but never shows up in mib explorer on 2.0  it does compile without error but just never shows up in the tree
#202
Hey guys,

I was looking into getting support for these devices added  but thought I would give a go at compiling the agent and was successfully able to install the agent/client  on the ERL I havent tried the ER PRO yet but I know it almost the same. My idea was throw one of these inexpensive boxes in each segment or remote location doing icmp checks or snmp checks and ship that info back to the server to allow the server to focus on more demanding tasks ...If any one has any thoughts on this as to why this may not be a good idea please let me know...



Thanks,
#203
General Support / GPS
November 19, 2015, 09:19:20 AM
Quick question is the GPS tracking feature only supported for mobile devices ? Im not seeing any reference to GPS any where any any of the Manuals ... is it possible for  regular laptop with gps attached to update coordinates back to the server via the agent ?  If so I dont see any configuration params in the conf file ..


Thanks
#204
General Support / Re: SNMPV3
November 17, 2015, 09:09:07 PM
And by the way thank you for the quick fix ....you mentioned the fix will be released in 2.0 ... ive been wanting to move to 2.0 rc but wasnt sure how stable things are and didnt want to have to migrate everything from 1.2  .. how far along would you guess 2.0 is from being stable release
#205
General Support / Re: SNMPV3
November 17, 2015, 05:33:49 PM
could you provide me the patch
#206
General Support / IP/Mac Address lookup
November 15, 2015, 08:01:08 PM
Is it possible to do IP and Mac address lookups vi nxshell or other command line tools.  I would like to be able to use a script to query where a particular mac address is connected with out having to log in using the client .  I didnt see any options listed in the nxadm  or in the nxshell api  but I could have over looked something.


Thanks
#207
Awesome  :)   By chance would monitoring of the ToughSwitch and Edge Routers be possible  since they too have the same JSON  response.  Let me know if you need access to these types of devices.  Here at work we have Both as well as an extensive collection of UBNT AP's 
#208
General Support / Re: External events
November 12, 2015, 06:40:16 AM
Victor,

is there a way to pass variables through the nxevent tool ?  as a test I basically set up an unmanaged node in order for me to be able to send an event to that specific id but I want to be able to dynamically change the event notification for instance  when arpalert detects a new macaddress I want to be able to pass the macaddress to netxms which will show up as a pop saying New Mac address of %mac  detected   then based off that create an action that will trigger a mac find to show me what port that mac address is attached to ...Sorry for all the posts but im at a loss here ....Do you guys have a donation page ? I really need to at least buy you a beer for all this hard work and time put into this software and assistance you provide


Thanks again ...
#209
General Support / Re: SNMPV3
November 11, 2015, 01:49:25 AM
Here you go.. Its seems worse with 2.0-RC2  I had to reboot my switch several times because it was continually trying several times per second and by default the ruggedcoms will quit responding after so many failed attempts. I also attached the switch debug screen. I have also tried 1.2.17 linux version running on ubuntu thinking maybe it was a windows thing
#210
General Support / Re: SNMPV3
November 11, 2015, 12:42:19 AM
1.2.17   I also tried 2.0  with out any luck but I did not do any captures