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)
RFE: Resource Blanking for ICMP devices.
iunderwo
Another in the quest for enahancements...
This one should be easy. All SNMP-related views in the node viewer should be disabled for ICMP-only nodes and devices.
I have done this with several of my resources by adding the following lines in the header (in this example for 02-CPUMemory-Linear.Resource):
// Start
=EditButton="/NetPerfMon/Resources/LinearGauge.Edit.asp?ResourceID=" & Resource.ResourceID & "&ViewID=" & ViewID & "&NetObject=" & NetObject
=
+ NodeType = Node.GetProperty("ObjectSubType")
+
+ If NodeType="ICMP" Then
+ SkipIt=True
+ End If
+
+ If Not SkipIt Then
= DoResourceHeader
=%>
And by adding and endif at the very end of the resource:
=<% End If %>
=<br>
+
+<% End If %>
This should be very easy to implement, and would be largely beneficial for any ICMP node displays.
// Ian Underwood - Service Management
// Level 3 Communications
Find more posts tagged with
Accepted answers
All comments
There are no accepted answers yet
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Help
Best Of