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

Topics - chris.petree

#1
General Support / cURL command from server
August 23, 2019, 08:55:58 PM
From the NetXMS server I'm monitoring a node using both standard SNMP OIDs as well as proprietary SNMP OIDs and through some of the proprietary OIDs I can see a critical outage with the node still being online. The node I am monitoring does not have an operating system where I could install anything or even run an automated script. I could put in a secondary device next to the node that I could send a cURL command to which could run a script from there. So I was wondering if anyone had an idea of a way to launch a bash script or send a cURL command based on an event in NetXMS.
#2
Feature Requests / Dark Mode
April 12, 2019, 06:24:42 PM
Any thoughts about implementing a dark mode for the WebUI?
#3
General Support / WebAPI
November 12, 2018, 10:01:24 PM
Is it possible to call the WebAPI outside of Grafana? Is there anywhere that lists the calls and endpoints so we could maybe integrate NetXMS with our own front end user interface?
#4
Feature Requests / Web Services
September 29, 2017, 08:56:16 PM
Is there scripting language in NXSL to call a SOAP or REST service? Are there any plans to implement this?
#5
I understand that the dashboard elements won't display partial numbers. I have some custom attributes that go to the 1/1,000,000 so... 11.111111
The problem is that it seems if the custom attribute is anything but a whole number, it displays it as 0. What is available in the script maybe or something else to cast the attribute as an integer instead of a float? Or is there something in the dashboard configuration that could make this even simpler?
#6
General Support / Agent requirements.
June 22, 2017, 10:42:08 PM
So, the push agents installed on the clients establish a tunnel with the server. Is there a constant bandwidth demand on the server side per client? Does it make intermittent pushes? How exactly would I calculate the load on the firewall/server?
#7
General Support / Map Appearance Images
May 26, 2017, 10:02:20 PM
I think we were on version 1.8 until recently when we upgraded to 2.08. At that point we lost all of our world map icons. Through some research, I saw it's because the image folder changed. I was waiting for this 2.1RC1 release before worrying about it, because we were going to use custom, dynamic images anyway. Now that I have updated it, and set the script to update the images. Whenever I go to a node and click on "Map Appearance" I get an error "Could Not Accept Changes" "The currently displayed page contains invalid values." When I click out of that error and actually go to the Map Appearance tab I have the "Presentation image" inputs, but the input field is about a fifth of the size as normal and the Dropdown appearance option is missing.
Additionally, what I've noticed is that no matter what I do with the network object images, when I look at the image table in the SQL server the GUID never changes. Does anyone have any ideas? The world map is completely empty. We lost our icons in the update. The only way I got them back in the network objects was by manually editing the SQL table and removing the protected status. Then changing the image back to the default image. But it's like they're still not there.
#8
General Support / NetXMS Server Capability
April 18, 2017, 05:33:33 PM
I have been reading through forum after forum and I can't find someone trying to do anything near the level that I am trying to do.

I need to be able to manage up to 50-100 different devices with random private IPs potentially coming from different public IPs from the same site. I need to be able to also manage up to 1000 sites. Worst case scenario, this could end up being 50,000 nodes all potentially behind firewalls that cannot be configured.

I was looking at maybe doing SNMP and using proxies, but even still, I would, at the very least need one static internal IP with 4700 or 161 forwarded to that IP (this is also assuming that the public IP is static as well, which it might not be).

On the plus side, all of these nodes should be Windows OS. So, I was wondering. If I set up each device to run a script to poll the server (preferably with a header or some other information) can the server then report on the status of the incoming poll? Additionally, could the server be set to say, look for an incoming connection every 5 minutes and if it doesn't receive that connection from that node then it reports the node as down?

This is the only way I can really see this situation working. Any suggestions or help would be greatly appreciated.