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

#16
General Support / Re: client server entries delete
February 06, 2025, 11:27:48 PM
Not sure what Netxms client version and OS you are using but for me on windows I delete the nxmc.preferences file under my userprofile in C:\Users\myprofile\.nxmc4
#17
General Support / Netxms Maps
February 04, 2025, 07:31:10 PM
Is there any chance there will be a pan/zoomable map (not the global map) that allows you to drag and drop objects and make connections and maybe even possibly and layers that can be turned on and off ?  Are there any fixes with existing maps planned ? I always have issues with maps doing weird things on their own after spending a lot of time getting the layout how I want it even after disabling automatic layout and Lock the map things still manages to change on their own.  I also have issues when moving objects what to snap even though i do not have snap/align to grid enabled.  I am currently using 5.1.2
#18
You have to build from source on the Pi or cross compile for that architecture.   
#19
General Support / Debian/Ubuntu Packages
January 09, 2025, 05:09:02 PM
What features are included with the builds from the repository ?  are most features such as MQTT default now  and are there any features that would require building from source to be enabled. 



Thanks
#20
General Support / DCI Detect anomalies
June 28, 2024, 03:11:14 AM
I noticed a check box []Detect anomalies   I was just curious if this is currently supported or just a future feature and how are the outliers actually being detected. 



Thanks
#21
General Support / NXSL Changes
May 08, 2024, 06:37:52 PM
Previously I was using the following script in the configpoll to use the SNMP sysname

/* Available global variables:
 *  $object - current object, one of 'NetObj' subclasses
 *  $node - current object if it is 'Node' class
 *
 * Expected return value:
 *  none - returned value is ignored
 */
 
if (($node->snmpSysName != "") and ($node->snmpSysName !=null))
{
 RenameObject($node->snmpSysName);
}


I know that RenameObject is deprecated but the new rename() does not seem to work either here is what I tried rename( $node->snmpSysName) is there a better way to do this or can this possibly be implemented in the core functionality or as a server config variable 
#22
Perfect Thank you.. These are the out of box templates
#23
After upgrading to 5.0 I have been getting alarms with the Ubiquiti AirMAX templates see below. Not sure if this was fixed with 5.0.1 but wanted to post just incase
#24
General Support / Re: 5.0 Install
May 03, 2024, 09:25:23 AM
Thank you guys... Thats good news that we no longer need to compile the mibs manually. I appreciate it 
#25
General Support / 5.0 Install
May 03, 2024, 03:34:40 AM
I known I am odd and should probably be installing from package but out of habit I have always generally built from source.  Anyway in 5.0 is i am getting the following when running make install. Seem like there a issues with some of the mibs. I also noticed the mibs are no longer .txt and now .mib


Parsing source files
[warning] /usr/local/share/netxms/mibs/LSI-AdapterSASIR.mib : Object identifier started with uppercase letter in line 2732
[warning] /usr/local/share/netxms/mibs/LSI-AdapterSASIR.mib : Object identifier started with uppercase letter in line 2740
[warning] /usr/local/share/netxms/mibs/LSI-AdapterSASIR.mib : Object identifier started with uppercase letter in line 2747
[warning] /usr/local/share/netxms/mibs/LSI-AdapterSASIR.mib : Object identifier started with uppercase letter in line 2755
[warning] /usr/local/share/netxms/mibs/LSI-AdapterSASIR.mib : Object identifier started with uppercase letter in line 2763
[warning] /usr/local/share/netxms/mibs/LSI-AdapterSASIR.mib : Object identifier started with uppercase letter in line 2771
[warning] /usr/local/share/netxms/mibs/LSI-AdapterSASIR.mib : Object identifier started with uppercase letter in line 2779
[warning] /usr/local/share/netxms/mibs/CYBEROAM-MIB.mib : Object identifier started with uppercase letter in line 392
[warning] /usr/local/share/netxms/mibs/CDX-6500-COMMON-MIB.mib : Object identifier started with uppercase letter in line 3930
[warning] /usr/local/share/netxms/mibs/CDX-6500-COMMON-MIB.mib : Object identifier started with uppercase letter in line 3937
[warning] /usr/local/share/netxms/mibs/CDX-6500-COMMON-MIB.mib : Object identifier started with uppercase letter in line 3944
[warning] /usr/local/share/netxms/mibs/CDX-6500-COMMON-MIB.mib : Object identifier started with uppercase letter in line 3951
[warning] /usr/local/share/netxms/mibs/CDX-6500-COMMON-MIB.mib : Object identifier started with uppercase letter in line 3958
[warning] /usr/local/share/netxms/mibs/CDX-6500-COMMON-MIB.mib : Object identifier started with uppercase letter in line 3965
[warning] /usr/local/share/netxms/mibs/CDX-6500-COMMON-MIB.mib : Object identifier started with uppercase letter in line 3973
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 39
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 47
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 56
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 63
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 70
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 77
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 85
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 92
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 99
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 109
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 117
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 124
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 131
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 138
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 145
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 152
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 161
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 168
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 175
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 182
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 189
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 196
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 203
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 213
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 220
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 227
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 234
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 241
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 248
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 257
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 264
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 271
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 278
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 285
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 292
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 301
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 308
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 315
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 322
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 329
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 336
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 345
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 352
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 359
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 366
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 373
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 380
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 389
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 396
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 403
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 410
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 417
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 424
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 434
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 441
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 448
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 455
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 463
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 470
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 477
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 486
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 494
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 501
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 508
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 515
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 522
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 529
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 538
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 545
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 552
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 559
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 566
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 573
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 580
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 590
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 597
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 604
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 611
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 618
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 625
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 634
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 641
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 648
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 655
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 662
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 669
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 678
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 685
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 692
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 699
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 706
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 713
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 722
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 729
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 736
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 743
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 750
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 757
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 766
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 773
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 780
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 787
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 794
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 801
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 810
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 817
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 824
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 833
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 840
[warning] /usr/local/share/netxms/mibs/MOSTCOM-MIB.mib : Object identifier started with uppercase letter in line 847
[error  ] /usr/local/share/netxms/mibs/netxms.mib : Parser error - syntax error in line 1
make[4]: *** [Makefile:1437: install-data-hook] Error 1
make[4]: Leaving directory '/home/nmsadmin/netxms-5.0.0/contrib/mibs'
make[3]: *** [Makefile:1373: install-data-am] Error 2
make[3]: Leaving directory '/home/nmsadmin/netxms-5.0.0/contrib/mibs'
make[2]: *** [Makefile:1327: install-am] Error 2
make[2]: Leaving directory '/home/nmsadmin/netxms-5.0.0/contrib/mibs'
make[1]: *** [Makefile:474: install-recursive] Error 1
make[1]: Leaving directory '/home/nmsadmin/netxms-5.0.0/contrib'
make: *** [Makefile:526: install-recursive] Error 1
#26
Feature Requests / Re: Duplex and Bandwidth type
April 26, 2024, 08:40:28 PM
Ahh makes sense thanks for the reply
#27
Feature Requests / Duplex and Bandwidth type
April 26, 2024, 02:47:10 AM
It would be nice to be able to have checks that would show or alert on duplex mismatches on links between devices. Like wise it would also be beneficial to have indicators on the map the shows differences between interfaces that are 10-100M or 1-10GB etc  or a difference in line width if the links are 100m vs 10GB 
#28
General Support / SNMP Poll issues
April 02, 2024, 09:06:43 PM
Why does netxms continually try snmp communities when the community is already known ?  I have a few different community strings and netxms will still try all others even though the correct string is already configured  in the node settings. This causes issues with switches that have security measures to block snmp if failed snmp attemps are reached. As well as causing bloated logs with auth failed attempts.
#29
I was able to get the sever back up and running by isolating the qtech-olt.ndd into its own directory so it would not be loaded
#30
See attached.. I guess I been used to doing it this way as prior not all features where enabled by default such as mqtt and a few others.