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

#31
General Support / Critical Status
July 29, 2022, 03:03:10 AM
Is it possible to show critical status only when the node is actually down and not responding to ICMP or SNMP  ?  I have several switches that I have listed on maps and status maps that show critical only because a single port is down I would much rather show Minor or Major when a port goes down since for me  a port down is really not critical  if the switch still has connectivity. I have tried setting the status calculation on all ports to fixed major thinking that  would help but when the switch does go down it now will only show major and not critical


Thanks
#32
General Support / Packet Loss/Response Time
July 12, 2022, 10:08:54 PM
Is it possible to graph the ICMP packet loss and Response times shown in Object Details -> Overview      I have tried adding the internal ICMP ping to{instance}:packet loss  and last response time to my Data Collection Configuration but they both just error out.



Thanks
#33
General Support / L2 Topology not updating
June 28, 2022, 01:38:25 AM
current version is 4.1.377   We have a layer2 redundant loop in our network and needed to break the loop by shutting down one of the switch interfaces temporarily. However netxms never updates the topology to reflect the broken loop even after two days its still shows the link connected between the two switches when interface details on both switches shows the interface as down.  I would expect the link to be removed after a topology poll was completed showing the loop broken in the middle where the interfaces are down. Is this normal or do I have to do something to force an update.


Thanks
#34
General Support / NetFlow ?
June 14, 2022, 02:44:23 AM
Does netxms now support netflow ?   looking at the build options for  4.1.377 i see   --with-flow-collector  is this just experimental ?


Thanks
#35
General Support / 4.1.333 Build from source fails
May 24, 2022, 06:27:52 PM
Trying to build from source fails with the following

OS: Debian Buster
here is my config     ./configure --with-server --with-client --with-snmp --with-pgsql --with-agent --with-client-proxy --with-vmgr




Making all in nxcproxy
make[3]: Entering directory '/home/gmonk/netxms-4.1.333/src/nxcproxy'
/usr/bin/perl ../../tools/mc.pl messages.mc
  CXX      nxcproxy-listener.o
  CXX      nxcproxy-nxcproxy.o
nxcproxy.cpp: In function 'int main(int, char**)':
nxcproxy.cpp:372:25: error: 'CP_ACP' was not declared in this scope
     MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, optarg, -1, g_configFile, MAX_PATH);
                         ^~~~~~
nxcproxy.cpp:372:25: note: suggested alternative: 'P_ALL'
     MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, optarg, -1, g_configFile, MAX_PATH);
                         ^~~~~~
                         P_ALL
nxcproxy.cpp:372:33: error: 'MB_PRECOMPOSED' was not declared in this scope
     MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, optarg, -1, g_configFile, MAX_PATH);
                                 ^~~~~~~~~~~~~~
nxcproxy.cpp:372:33: note: suggested alternative: 'MSGRECV_CLOSED'
     MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, optarg, -1, g_configFile, MAX_PATH);
                                 ^~~~~~~~~~~~~~
                                 MSGRECV_CLOSED
nxcproxy.cpp:372:5: error: 'MultiByteToWideChar' was not declared in this scope
     MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, optarg, -1, g_configFile, MAX_PATH);
     ^~~~~~~~~~~~~~~~~~~
nxcproxy.cpp:372:5: note: suggested alternative: 'MultiByteToWideCharSysLocale'
     MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, optarg, -1, g_configFile, MAX_PATH);
     ^~~~~~~~~~~~~~~~~~~
     MultiByteToWideCharSysLocale
make[3]: *** [Makefile:627: nxcproxy-nxcproxy.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/gmonk/netxms-4.1.333/src/nxcproxy'
make[2]: *** [Makefile:467: all-recursive] Error 1
make[2]: Leaving directory '/home/gmonk/netxms-4.1.333/src'
make[1]: *** [Makefile:520: all-recursive] Error 1
make[1]: Leaving directory '/home/gmonk/netxms-4.1.333'
make: *** [Makefile:452: all] Error 2
#36
Can you connect to the instance remotely via SQL Management Studio.  I believe you have to allow  remote access and make sure its able to listen on the default 1433 port   
#37
Sounds good.. Thank you
#38
I'm wondering if the back up process differs when using the Timescale extension ?  will nxdbmgr export capture the database + data or is there a better method.


Thanks
#39
Desktop client with no fancy high dpi monitor. The weird thing is the geomap is spost on its only the Network maps that are off when trying to use the coorrdinates as a background
#40
General Support / Map Background Coordinates are wrong
October 07, 2021, 05:46:11 PM
When trying to set the map background using Geographic Map the coordinates are way off.  I have even taken the coordinates listed in the World map and tried to use those but they are still  of compared to the world map.  The world map does match exactly what google maps shows so I know that is working.  Does the map background use a different coordinate system ?


Thanks
#41
So is this just a bug then ?
#42
I did try a simpler command which did not have the brackets and it did not work either.. Good Idea though
#43
I have some mikrotik wireless devices that I need to monitor signal strength and SNR  and because of the odd way the Mikrotik MIBS are formatted and having to know the connected clients mac in order to retrieve that info from the registration table via snmp i decided to do it over ssh but it always fails on the Mikrotik device.  I have tested the commands from the server using the native ssh client and everything works.  I have also setup a laptop and simple dci with uname -a command and that is successful it just does not like the Miktotik response for some reason.  Below are the responses any suggestions are much appreciated.

Successful Laptop Response:

] Received message CMD_GET_PARAMETER (139)
2021.09.28 09:18:51.107 *D* [comm.cs.1          ] Requesting metric "SSH.Command(x.x.x.x:22,"user","pass","uname -a","",0)"
2021.09.28 09:18:51.107 *D* [ssh                ] AcquireSession: acquired existing session [email protected]:22/1
2021.09.28 09:18:51.114 *D* [comm.cs.1          ] GetParameterValue("SSH.Command(x.x.x.x:22,"user","pass","uname -a","",0)"): 0 (SUCCESS) value = "Linux Yakco 5.11.6-arch1-1 #1 SMP PREEMPT Thu, 11 Mar 2021 13:48:23 +0000 x86_64 GNU/Linux"
2021.09.28 09:18:51.114 *D* [comm.cs.1          ] Sending message CMD_REQUEST_COMPLETED (ID 139; size 128; compressed)
2021.09.28 09:18:51.114 *D* [comm.cs.1          ] Outgoing message dump:


Unsuccessful Mikrotik Response:
* I changed the command to only return the identity to simplify things

Received message CMD_GET_PARAMETER (1736)
2021.09.28 09:27:56.486 *D* [comm.cs.1          ] Requesting metric "SSH.Command(x.x.x.x:22,"user","pass",":put [/system identity get name]","",0)"
2021.09.28 09:27:56.486 *D* [ssh                ] AcquireSession: acquired existing session [email protected]:22/2
2021.09.28 09:27:56.494 *D* [ssh                ] SSHSession::execute: read error:
2021.09.28 09:27:56.494 *D* [ssh                ] SSH output is empty
2021.09.28 09:27:56.494 *D* [comm.cs.1          ] GetParameterValue("SSH.Command(x.x.x.x:22,"user","pass",":put [/system identity get name]","",0)"): 500 (INTERNAL_ERROR) value = ""
2021.09.28 09:27:56.494 *D* [comm.cs.1          ] Sending message CMD_REQUEST_COMPLETED (ID 1736; size 32; uncompressed)
2021.09.28 09:27:56.494 *D* [comm.cs.1          ] Outgoing message dump:
#44
Feature Requests / Device Identification on map
September 10, 2021, 12:04:49 AM
I would really be nice if when doing a right click layer2 topology map we could easily identify the nodes of interest.  Maybe allow a node option similar to manage and unmanage where you can flag or unflag a node on any map. It could possibly add a  background color or maybe simply blink the current status color.  I know I can reduce the number of objects shown in the topology but  90% of the time it is not enough to get a good picture of the topology when trouble shooting a ring of switches and i have to increase the radius. I have also noticed even though the radius is set to 5  depending on the switch I select It will still return 30 or more devices.
 

Thanks

Gary
#45
General Support / Action Configuration
September 01, 2021, 08:02:52 PM
Question about action configuration.  Im running netxms on a debian server and i was playing around with (Execute command on managment server)  I noticed that all commands run using this option are run as root.  I tested with a simple "touch /opt/testfile.txt"   How does netxms run these commands under root if there is no credentials given for the root user


Thanks