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)
Map & Node View Customization
mstensta
I'd like each node view to bring up a different Network Map. Does anyone know if this is possible? For example, when I look at the node view for hostA I'd like to see USA.MAP1 and when I bring up the node view for hostB I'd like to see Europe.Map2.
I've played around with it a bit and haven't been able to get this to work, so any suggestions would be helpful.
Thanks!
Find more posts tagged with
Accepted answers
All comments
Ian_Levick
This post is a few years old, but this is now possible, with custom properties and a custom html on the device view page.
Firstly, add a custom property in the custom property editor called “Map_Location” or whatever you wish to call this property, but will need the reference changing in the custom html if this is done.
Secondly, add the following to the custom property field: “/Orion/NetPerfMon/MapView.aspx?Map=Your Map Name&Printable=TRUE”
Thirdly, the custom html is as follows which enables resizing of
map to suit page, edit username and password with your own:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
">www.w3.org/.../loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
iframe {
zoom:65%;
border:2px solid white;
}
</style>
</head>
<body>
<iframe src="${Map_Location}&AccountID=????????&Password=???????"width=100% height=650 scrolling="no"id=myFrame></iframe>
</body>
</html>
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Help
Best Of