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

#91
General Support / Nxshell no longer working
September 06, 2019, 12:12:02 AM
Where there any changes to the nxshell ?  Im using 2.2.16  and all my old scripts no longer work. I even tried most of the examples in the wiki and they no longer work either.  This is the error i receive

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/gmonk/Development/Python/Netxms%20Scripts/nxshell-2.2.16.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
node_id,interface_id,name,ip,mask
Traceback (most recent call last):
  File "iftest.py", line 8, in <module>
    allInterfaces = node.getAllChilds(objects.GenericObject.OBJECT_INTERFACE)
AttributeError: 'org.netxms.client.objects.Node' object has no attribute 'getAllChilds'
#92
General Support / Re: Timescale DB
July 09, 2019, 12:39:01 AM
Great  ;)  Thanks for the info
#93
General Support / Timescale DB
July 04, 2019, 07:51:28 PM
If I want to migrate from Mysql to Timescale is there any way to import the data from mysql ?  By the way awesome choice :)  I always thought timeseries databases where better suited for NMS's   


Thanks
#94
.1.0.8802.1.1.2.1.4.1.1.2.84659416.13.1 [INTEGER] = 13
.1.0.8802.1.1.2.1.4.1.1.2.84658408.12.2 [INTEGER] = 12
.1.0.8802.1.1.2.1.4.1.1.3.84659416.13.1 [INTEGER] = 1
.1.0.8802.1.1.2.1.4.1.1.3.84658408.12.2 [INTEGER] = 2
.1.0.8802.1.1.2.1.4.1.1.4.84659416.13.1 [INTEGER] = 4
.1.0.8802.1.1.2.1.4.1.1.4.84658408.12.2 [INTEGER] = 4
.1.0.8802.1.1.2.1.4.1.1.5.84659416.13.1 [STRING] = ec-13-b2-63-96-7c
.1.0.8802.1.1.2.1.4.1.1.5.84658408.12.2 [STRING] = 6c-3b-6b-54-b0-e2
.1.0.8802.1.1.2.1.4.1.1.6.84659416.13.1 [INTEGER] = 5
.1.0.8802.1.1.2.1.4.1.1.6.84658408.12.2 [INTEGER] = 5
.1.0.8802.1.1.2.1.4.1.1.7.84659416.13.1 [STRING] = Port 14
.1.0.8802.1.1.2.1.4.1.1.7.84658408.12.2 [STRING] = ether1
.1.0.8802.1.1.2.1.4.1.1.8.84659416.13.1 [STRING] = Port 14
.1.0.8802.1.1.2.1.4.1.1.8.84658408.12.2 [STRING] =
.1.0.8802.1.1.2.1.4.1.1.9.84659416.13.1 [STRING] = 1971_BPDO_SW
.1.0.8802.1.1.2.1.4.1.1.9.84658408.12.2 [STRING] = MTIK_UNDO_AP
.1.0.8802.1.1.2.1.4.1.1.10.84659416.13.1 [STRING] = Netonix WS-12-250-AC
.1.0.8802.1.1.2.1.4.1.1.10.84658408.12.2 [STRING] = MikroTik RouterOS 6.42.9 (long-term) RB Groove A-52HPn r2

The above is the lldpRemTable from a Netonix switch in the field.  We are having the same issues with our Mikrotik switches.  I understand the need for the LLDP chassis ID but it seems there are several switches that only populate remote table info  and are there any cases why the LLDP chassis ID would differ from the Bridge Base Address could you not supplement this base address assuming the checks for LLDP chassis ID fail but only if there are entries in the LLDPRemtable

Thanks,

Gary
#95
Victor,

Sorry i completely forgot about this.  No this switch does not respond to those OID's only the remote table seems to be populated. Is it possible to do a check on the remote table for any entries and enable LLDP  based on if any neighbors are found as well.   I dont know why this switch does not respond to .1.0.8802.1.1.2.1.3.2.0  or  .1.0.8802.1.1.2.1.3  but Im sure there could be other off brand switches that do the same.


Thanks,

Gary 
#96
General Support / LLDP not discovered on NETONIX
March 13, 2019, 08:57:35 PM
I have version 2.2.6 which I noticed does not properly discovery lldp on NETONIX switches.  I have looked at the release notes of the newer versions and no of these address this. Im wondering if this is a bug.  I can pull the lldp database using snmp client and see all listed neighbors but node does not show lldp enabled


Thanks
#97
General Support / MQTT Sub Agent
July 20, 2018, 03:57:33 AM
Mqtt subagent does not seem to properly pass the user name and login values to the broker following the documentation below is what i have


Hostname = mybroker.ip
Port =  5222
Login = myuser
Password = mypass

on the broker i see several unsuccessful attempts while using the same credentials with mosquitto_sub client  everthing works fine
#98
General Support / Re: Possible Bug with Map
July 12, 2018, 10:20:21 PM
Disregard I just ended up deleting the map and starting over and so far no problems
#99
General Support / Possible Bug with Map
July 12, 2018, 06:04:09 PM
After adding a few nodes with links between everything seems fine until i try to add interface DCI's to display link bandwidth.  As soon as I do that some of the links go blue even though the link is up and correctly displaying bandwidth. This happens randomly on several other nodes but if I remove the DCI's from Datasources it goes back to green .   I have double checked interface status and node status and everything is up/up   any ideas ?
#100
Feature Requests / TOPOLOGY MAP :(
June 23, 2018, 06:26:06 PM
It would really be helpful if you cold implement some sort of feature that will will flash or highlight the Icon of the node you are running the Topology on.  Other wise the topolgy map is pretty useless if you have a large network and the map returns hundreds of devices
#101
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.
#102
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
#103
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.
#104
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
#105
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