I believe it shows up under either the interface speed or bandwidth.
Re: display max capactity of Interface and monitor
SNMPSET via Button Click on an Orion View
hi All,
Long time reader, 1st post here. I manage a solarwinds NPM instance for a large private telecom network. Im trying to figure out how I can best put a function into NPM that allows me to execute an SNMP_SET Command on a node via a button press within an NPM View? I could settle with executing an application on the Solarwinds Box (snmpset CLI tool for example), which I know NPM can do, however what would be a easy way to manually trigger the action via an object click on a view?
Thanks
Re: Custom HTML & NOC views
How?
Re: Custom HTML & NOC views
Did you ever find a resolution to this?
Re: Custom HTML & NOC views
How did you get around the cross origin issue?
N-Central Probe/Service failure
We have an N-Central server running as our NOC for monitoring customer devices. We also have a probe running on that same machine to and we are monitoring the key information on that server so that issues will be reported.
However, we are getting errors periodically stating that the agent and probe have failed. This shouldn’t be a communication issue as everything in this case is on the same physical server. I’ve started a case, but the tech yesterday couldn’t figure out the underlying issue.
I have looked at the services running on the server itself and set them to restart on failure, but we are still getting this message. (as a note – even before setting the restart on failure option the services would report that they had returned to normal after a few polls – so it doesn’t seem to be an actual issue with the service, but . . .)
Here’s the reports that are being sent.
Service Agent Status -
Metric that triggered the notification agent check-in interval
State Transition Warning to Failed
Service Metrics
Service Probe Status -
Metric that triggered the notification probe check-in interval
State Transition Warning to Failed
Service Metrics
Re: How to Monitor Effectively
An oldie but goodie.
Re: How to Avoid "Monitoring Spam"
Some of these old posts are still relevant and it might be helpful to bring them back up for discussion.
HP 5900 VLANS NAMES NOT DISPLAYING IN SOLARWINDS
We have SW 2019.4 and when you look at the list of VLANS from NPM you see some with names and most with out a name.
When I expand a specific VLAN say 6 I see:
VLAN ID: NAME NODE NAME
VLAN 6:
HHSDC SCAC-HP3800
VLAN 0006 HP5900
HHSDC SCAC-3
HHSDC 2920-Works
As you can see in the list above for the HP5900 it displays the VLAN name as VLAN 0006 not HHSDC.
In the 5900 running config the VLAN 6 is displayed as:
#
vlan 6
name HHSDC
description HHSDC
Why is this and can it be resolved with a Device Template?
I noticed that the current device template is a custom one made by someone not SolarWinds..
<Configuration-Management Device="" SystemOID="1.3.6.1.4.1.25506.11.1.78">
<Commands>
<Command Name="RESET" Value="screen-length disable${CRLF}" />
<Command Name="Reboot" Value="reboot${CRLF}y${CRLF}y" />
<Command Name="EnterConfigMode" Value="system" />
<Command Name="ExitConfigMode" Value="quit" />
<Command Name="Startup" Value="saved" />
<Command Name="Running" Value="current" />
<Command Name="DownloadConfig" Value="display ${ConfigType}" />
<Command Name="UploadConfig" Value="${system}${CRLF}${ConfigText}${CRLF}${quit}" />
<Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename}${CRLF}${CRLF}${CRLF}" />
<Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename} ${ConfigType}${CRLF}${CRLF}" />
<Command Name="DownloadConfigIndirectSCP" Value="copy ${ConfigType} ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename}${CRLF}${CRLF}${CRLF}${CRLF}${SCPServerPassword}" />
<Command Name="UploadConfigIndirectSCP" Value="copy ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename} ${ConfigType}${CRLF}${CRLF}${SCPServerPassword}" />
<Command Name="EraseConfig" Value="write erase${CRLF}Y" />
<Command Name="SaveConfig" Value="save" />
<Command Name="Version" Value="display version" />
<Command Name="Disconnect" Value="quit" />
</Commands>
</Configuration-Management>
Any thoughts on how to correct this?