The most recent content from our members.
<html> <head> <title>BotswanaPost Map </title> <script src="">polyfill.io/.../polyfill.min.js <script type="module"> async function initMap() { console.log("Maps JavaScript API loaded."); } window.initMap = initMap; </script> </head> <body> <gmp-map center="-24.614881,25.925841" zoom="4" map-id="DEMO_MAP_ID" style="height:…
Hi, I have a report with a custom HTML that uses JavaScript to fetch data, parse it and display it on the page. If I run this report manually, it will take few seconds before the content is displayed and that's expected. However, when I schedule it, it seems that it is being saved before the JS code finishes execution,…
Overview After the most recent update to Orion Platform 2020.2.4 I was no longer able to view down nodes using a custom aspx page as described in Google Maps in Orion NPM. As a result I decided to look for other options and found that the Custom HTML Widget fit my needs. What you need * You'll need a Custom Property for…
A while ago I found this excellent thread started by @ralfs describing how to use a custom HTML widget to mute or unmute alerts for a group of items. I wanted to expand on this approach to let users unmanage and remanage an entire group with a single click. After a lot of grief and learning more than I wanted to about…
This code picks up on my post here and this excellent thread started by ralfs about using custom HTML to mute or unmute alerts for a group of items. This version lets you schedule the start and end times and it puts the links in a nifty dropdown that mimics the management tools for Nodes and Apps. It includes the original…
Has anyone been able to create a RAG dashboard such as the image below where each small square represents a server or virtual host? It would be really handy for a very fast overview of the state of the infrastructure.
Rather than another lengthy "How To" post, I figured I'd just show the end results, as well as provide the copy/paste material(s) needed to achieve said results. For more details on using this method, please check the link below. How-To: Insert Google Charts (Table Data) within Custom HTML I was looking through various…
I have a location under the website root that we use to back up our network switch configuration files. I would like to be able to add a custom html resource to a view that would allow us to view all of the configs in one place and click to display them. I checked to make sure that 'directory browse' is installed in IIS.…
We have created a custom map to circumvent the node limit put on the Worldwide Map. An html file is placed on the server, which queries through an API the NPM database, receives some data about all of our nodes in JSON and creates a map with Leaflet. This map is then shown in the web client as an iframe in a Custom HTML…
This is a simple way to display, and navigate through, your custom views, rather than using the default "Manage Views" page. **2018.09.25 | Updated Attachment to include a version with links to "Add New View", "Open Default Views Manager", "Add New Tab", and "Edit"** Please see this post (below) for further details:…
It looks like you're new here. Sign in or register to get started.