Community
Command Central
MVP Program
Monthly Mission
Blogs
Groups
Events
Media Vault
Products
Observability
Network Management
Application Management
IT Security
IT Service Management
System Management
Database Management
Content Exchange
SolarWinds Platform
Server & Application Monitor
Database Performance Analyzer
Server Configuration Monitor
Network Performance Monitor
Network Configuration Manager
SQL Sentry
Web Help Desk
Free Tools & Trials
Home
Products
Network Performance Monitor (NPM)
Making Node view different for each device?
bripage
I am trying to add a custom html section on my generic Node status view. This works fine, the problem comes when I then want to add something to it. Whatever I add gets added to ALL the devices. I want to have different links in this this custom section for each Node Status page that I click on from my maps. is this possible and if so how?
Find more posts tagged with
Accepted answers
All comments
bripage
Perhaps if I create a new bit of code that basically says:
if NodeID = x
then load up desired webpage address in this section
else
load a diferent page
If I do a check in the code for every possible node that I have, I should be able to load something different on each node view. I my thinking here in valid? The hard part comes when Im not so sure how to import what the currently viewed NodeID is into the if/thens that I want to check it against. Any thoughts?
Mithrilhall
Try a.....
Response.Write("***** " & ${NodeID} & " *****")
You should see the NodeID printed to the screen between ***** [Your Node ID Here] *****
Something to keep in mind. Every Custom NodeID or Interface ID can be referenced this way...as well as existing fields in the database.
bripage
so in my "custom html" section how do I call the node id and then? Im not sure on the code it would require. I suppose I can scower the internet for the script I'll need for the decision making. Can anyone help?
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Help
Best Of