Comments
-
Are you able to expand on how you do this? Thanks
-
Hi Honza, Thanks for the response. I am not really looking for the list to me expandable as in (like you say) the Node Management view, but to group by node name as the parent, with the interface entity's under. An SQL query would accomplish this with the "group by" clause, however would not display as cleanly as this…
-
I have never tried, but I'd say it's unlikely to work on anything newer than 10.4
-
Thanks RichardLetts, when I add that to my where line: WHERE EVENTTYPE = 1 AND EVENTTIME > dateadd(day,-30,getdate()) ORDER BY EVENTID DESC I get this error in the resource window: Error: A query to the SolarWinds Information Service failed.
-
It does indeed. Thanks for the pointer!
-
No problem.
-
This is indicative of an under powered server - the polling just can't keep up.
-
I think there is a difference here being monitoring and polling. We POLL the device via the loopback address, however we do not MONITOR the loopback interface for statistics...
-
Great, thanks Rob.
-
You can do this exact thing in SAM with an SQL User Experience template, but not in NPM...
-
Ok, I think I might have it. Just working through the list to see if anything is missing. select Interfaces.nodeID AS NodeID, Nodes.Caption AS NodeName, interfaces.caption AS InterfaceName, interfaces.interfaceIndex, NodeIPAddresses.IPAddress, NodeIPAddresses.InterfaceIndex from Interfaces Right join nodes on (nodes.nodeID…
-
That's looking good, now I need to get Nodes.Caption added too. I've added Interfaces.NodeID - how would I join this to Nodes.nodeID? Also I need to make sure that the report has ALL nodes (even if they have no interfaces) and from the nodes that DO have interfaces, ALL interfaces (even if they have no ip address) Thanks…
-
IPSLA is on the cards, but is not installed right now. It will not, however, achieve the results I am looking for. Thanks
-
Hi, Thank you both for your replies, I have managed to get a map layout all sorted and have got the child maps working correctly. The only thing I'm struggling with is how to get the value for the Universal poller (which I have assigned to the PDU node) into the map. I can see in the admin guide there are Universal poller…
-
Great work, I really like what you have come up with here. As a suggestion, I always add "This alert was generated by ${AlertName} at ${AlertTriggerTime}." to the bottom of my alerts to make it easy to identify the source of the alert in question. Very useful when things don't work out as expected and you're trying to…
-
Excellent work Alex, thanks for sharing.
-
Just make sure you are properly passing that variable along from the MyHack.aspx because that's how it knows what to put in there. This is the bit I'm struggling with - passing the variable from MyHack.aspx
-
Got this working with very little modification. Thanks all for the work. In the interests of giving back to the community, I have uploaded a, which works nicely if all your nodes are UK based. I do have one question - when clicking on the node icon on the MyHack.aspx page, is it possible to have the header of the…
-
Looks good Zack. One question: CASE WHEN (A.HOMEPAGEVIEWID = 0 OR A.HOMEPAGEVIEWID = 1 OR A.HOMEPAGEVIEWID IS NULL) THEN CAST ('DELETED VIEW' AS NVARCHAR(100)) ELSE V1.VIEWTITLE END AS 'HOME PAGE', CASE WHEN (A.SUMMARYVIEWID = 0 OR A.SUMMARYVIEWID = 1 OR A.SUMMARYVIEWID IS NULL) THEN CAST ('DELETED VIEW' AS NVARCHAR(100))…
-
No need for the engine ID configuration, just: snmp-server enable snmp-server user <username> v3 plain <Auth Password> <Priv Password> This sets up SNMP with SHA1 Auth and AES-128 Priv. Also no need for discovery. Manually adding is fine. (as noted in other comments)
-
Hi, A couple of observations: 1) I wouldn't be alerting on an unplugged interface, as it will likely stay in alert state for an extended time. When you acknowledge the alert, it will re-trigger after 10 days, so you'll be caught in a cycle. 2) Set your alert for "down" with a reset on "up". To protect against ports coming…
-
Are you sure that the poller is actually collecting data from the end device? If no data is available, you will receive the symptoms above. You can check by doing an SNMP test on the node, or listing resources. If either of these fail, its likely to be the problem for no data...
-
Great! I didn't know about this functionality. Thanks for the pointer! Do you have the syntax available for the other icon types - particularly the "Event Type" value?
-
Alex, How do you get the down icon to display? I just get the words "down.gif" Thanks Stuart
-
You would need to create a Universal Device Poller (UnDP) for that OID and then display the results as a graph. Let me know if you need more detailed pointers with the UnDP tool...
-
What you are describing is Alert Escalation and only requires one alert, but multiple trigger actions. Here's the steps: Create your alert criteria on the "trigger condition" tab Create your trigger action for alert log Create your trigger action for email, but on the Alert Escalation tab select "Do not Execute..." and set…
-
Bump. Seeing this also.
-
A community string is just that - a string of characters! Do you mean how the strings are configured on a specific device, as the configuration steps are different depending on the device you are working with? There is also the question on which version to use. Could you give a bit more details on what you are looking to…
-
Hi Robert, As far as I am aware, this would still be a feature request, as the "do not trigger..." field is a fixed number. Your idea of having numerous alerts for different delay times is exactly the way I do it, and yes, it is a pain to maintain... I would add your vote in the feature request area, as it would be very…
-
Kellie, Have sent you a mail directly. Stuart