News:

We really need your input in this questionnaire

Main Menu
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 - silvanet

#1
Feature Requests / Node Building Location
February 14, 2018, 05:50:11 PM
Thanks for the tremendous work that has been done on this project. 

We use this to monitor lots of devices in various buildings.  A feature that would be helpful is an additional location field for nodes.  Possibly a Building field that would tell us which building this device is in.  Although having additional fields like Floor, Room would be also helpful, we could use the building field and put in additional info in the one field like "Building A, Floor 2, Room 223".

As requested in other feature requests, it would be helpful that this field could be added to a customized alarm view so we can quickly know where this device is located.

#2
Announcements / Re: NetXMS 2.1 released
July 24, 2017, 07:06:00 PM
MacOS Admin Console is available now.  Thanks!!!!!!
#3
Announcements / Re: NetXMS 2.1 released
July 13, 2017, 01:14:36 AM
I am also requesting the Mac OS management console
#4
General Support / Overview-General Tab information
March 30, 2015, 06:49:35 PM
This may be a feature request but I am hoping it is a configuration option.  In the Overview Tab under General, there is several fields of data that is shown. Is it possible to define additional information shown there?  Two items in particular 1)SNMPLocation and 2) A Custom Attribute. 

Thanks in advance
#5
Thanks!!  That fixed it.
#6
It seems that this is related to the maps.  I am not fully using my maps at the moment.  Could I remove the maps from mysql tables?  If so, what would the proper sql commands to get rid of the maps?
#7
gdb nxdbmgr
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/local/bin/nxdbmgr...done.
(gdb) run upgrade
Starting program: /usr/local/bin/nxdbmgr upgrade
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
NetXMS Database Manager Version 1.2.16 Build 7884

[New Thread 0x7ffff538e700 (LWP 4472)]
[Thread 0x7ffff538e700 (LWP 4472) exited]
Upgrading database...
Upgrading from version 324 to 325

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f99661 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007ffff6f99661 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x000000000040b100 in H_UpgradeFromV324 (currVersion=<optimized out>,
    newVersion=<optimized out>) at upgrade.cpp:499
#2  0x00000000004151d7 in UpgradeDatabase () at upgrade.cpp:8127
#3  0x000000000040338a in main (argc=<optimized out>, argv=0x7fffffffe6f8)
    at nxdbmgr.cpp:782
(gdb)
#8
I am trying to upgrade vrom 1.2.13 to 1.2.16 and during the database upgrade I get the following:

nxdbmgr upgrade -t
NetXMS Database Manager Version 1.2.16 Build 7884

Upgrading database...
Upgrading from version 324 to 325
>>> SELECT map_id, element1, element2, element_data, color, status_object, routing, bend_points FROM network_map_links
Segmentation fault

Any ideas on how to fix this?
#9
General Support / Re: Interface WEB
October 02, 2013, 09:21:10 PM
I had the same issue.  I had a the NetXMS Server running on Ubuntu and installed from the source, I did not have the ubuntu package libssl-dev installed when I did my first comple.  I installed the package and recompiled NetXMS and reinstalled.  It fixed this issue.