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

#181
General Support / Re: Server Configuration Variables
January 06, 2016, 06:09:43 PM
Cool... Thank you for the info
#182
General Support / Server Configuration Variables
January 06, 2016, 04:55:48 PM
Did some of the configuration variables change ?

NumberOfStatusPollers    If you plan to monitor large number of hosts, increase this parameter from the default value to approximately 1/10 of host count.
NumberOfConfigurationPollers    If you plan to monitor large number of hosts, increase this parameter from the default value to approximately 1/20 of host count.


I no longer see these in the configuration and if things did change could you make a list of what changed or whats new ?
#183
General Support / Re: Cross Compile Help Please
January 04, 2016, 09:10:53 PM
So then am I out of luck on this one ???
#184
General Support / Re: Cross Compile Help Please
December 31, 2015, 07:47:35 PM
Target is MIPS32 24KEc  and gave the wrong gcc version its actually 4.1.2    I noticed it complains generally  around building and linking libnxsnmp... I dont need the snmp library tools at all just the linux subagent since I only want it to send the linux stats and be able to send a remote command to the device when needed ...
#185
General Support / Cross Compile Help Please
December 18, 2015, 07:10:47 PM
Need help with this i am trying to cross compile just the agent for a device that uses an older kernel 2.6.26.8  with gcc version 4.2.1  and always have issues with  __sync_add_fetch_4  error and I know it is becuase of the older gcc version  is there any way around this ?  This device does not have snmp support which is why I would like to have an agent running on it ...

I have successfully compiled different programs for this devices but having issues on netxms agent


Thanks
#186
General Support / Re: SNMPV3
December 15, 2015, 08:36:43 PM
Is the also a solution for this topic

https://www.netxms.org/forum/configuration/snmp-credentials/

im still hesitant to upgrade to 2.0 because i really dont want to have to reset over 200 switches  due to the  wrong community string being sent out repeatedly
#187
General Support / Re: IP/Mac Address lookup
December 03, 2015, 08:42:03 PM
Works like a charm ... Thanks
#188
General Support / Re: IP/Mac Address lookup
December 03, 2015, 12:47:16 AM
Alex,

what you provided is great ... However how would I tweak this tool to provide the same functionality as  Find Mac address tool in the managment console  which also provides the switch and port the mac is connected to..
#189
General Support / Re: IP/Mac Address lookup
December 01, 2015, 08:28:36 PM
oh wow you saved me so much time ... Thank you so much 
#190
General Support / Re: SNMPV3
December 01, 2015, 08:16:19 PM
Dani@M3T

I think you are still experiencing  this issue https://www.netxms.org/forum/configuration/snmp-credentials/  I dont think the patch fixed this particular error where even though snmpv3 credentials now work the server is still sending out some requests with public as default ..  I am seeing the same thing on my test switch snmpv3 and v2 works great now but I am still seeing snmp auth failures  about 100 a day but on our switches there is a threshold that can be set  I think the default is 10 failures in a minute before its stops responding which i increased untill this gets fixed ....
#191
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..
#192
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
#193
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..
#194
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
#195
General Support / Re: MIB Import bug
November 20, 2015, 11:31:48 PM
sorry just realized after i posted