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

#211
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 ...
#212
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
#213
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
#214
General Support / Re: SNMPV3
November 10, 2015, 11:26:10 PM
ok after doing some packet captures there does seem to be a slight difference in response from netxms .. after the initial report from the switch which includes the engineid nextxms fails to include the engineid in following get request messages.  I have verified that both snmpb and using net-snmp command line from my laptop both work and all but netxms includes the engineid.  Not sure if this is still a vendor issues or not but the specific  switch i am testing is a Ruggedcom RS900
#215
General Support / Re: SNMPV3
November 10, 2015, 04:52:48 PM
Hmm... Probly a vendor issue then ?  Are you using AuthPriv  on your devices ?



Thanks for you help
#216
General Support / SNMPV3
November 10, 2015, 01:45:38 AM
Has any one gotten V3 to work correctly ?   Ive tried both 1.2.17 and 2.0RC  and it seems to have issues in both versions .. Im querying a switch for sys.name and I can pull that same information using SNMPB client  no problems but every time i try netxms i have problems  is this a known problem


#217
General Support / Re: NetXMS - multiple config questions
November 10, 2015, 01:02:12 AM
1. Is there a way to show IFALIAS in interfaces table? Or better to replace interface names with this attribute.


I also needed this ..  If you go to   Configuration > ServerConfiguration  and change  UserInterfaceAliases value to 3  it will provide you with both if# and if Alias  but it wont change instantly you will have to wait for the next polling interval I believe or you can simply go to the node you want to test on right click  > poll > interfaces names and it should change it instantly
#218
General Support / World Map
November 08, 2015, 08:59:56 AM
is it possible to change the icon and icon size of the world map nodes in 1.2.17 ?  It would be nice to be able to set these parameters since it can be unreadable if you have nodes that are in close proximity ... Also being able to right click and connect via ssh or web browser would be big help...  I looked in the docs and forum and couldnt find any info on this ...


Thanks
#219
General Support / External events
November 07, 2015, 12:37:18 AM
Question ... is there any way to get external events into netxms ? i already use graylog2 for syslog so iwould rather not set up another sysylog server ...for instance i use arpalert to monitor any unauthorized mac address or ip on the network and can execute a script based on those alerts so i would like to genrate an alert and send it to netxms for further processing ... is this possible
#220
General Support / Re: SNMP Credentials
November 06, 2015, 08:02:33 PM
Good to know thank you for the quick reply
#221
Feature Requests / OUI Vendor lookup
November 06, 2015, 12:46:32 AM
Could you add a oui lookup table or allow the user to download the IEE oui database and upload it to the server this way when macaddresses are discovered or when your looking for a particular mac address it will also show you the Vendor associated with the MAC ... As well as being able to generate a report based on vendor...  example if i want to find out how many Axis encoders I have in the system i could look that up based on the current snmp info that was gathered previously ......



Thanks,

P.S   This is by far the best NMS I have found compared to the previous if have tried    PandorasFMS, Zabbix , libreNMS ,and Nagios  Thanks for your hard work
#222
General Support / Re: SNMP Credentials
November 06, 2015, 12:18:35 AM
Also just as a note I already added the DefaultCommunityString variable to the server configuration and restarted and it is still doing it
#223
General Support / SNMP Credentials
November 05, 2015, 10:13:11 PM
Why does the 2.0-RC2  Server Continue to send the public community string ?  I have configured  only one community string in the snmp credentials tab   but  the wire shark capture show the server sending out several requests that use public and then several requests with my custom community string which is causing a lot of problems since our switches willl no longer respond to snmp queries after so many failed attempts. I looked through the configs and folders and cannot find any where this is configured unless it is hardcoded into the software