Re: Need Report for Historical Alerts Triggered in Last month.
I took a look at how that Report works and it looks like it requires the Alert to log out to the Events as part of the Trigger Action, is that the case? I ran the report and several of my Alerts are...
View ArticleRe: Need Report for Historical Alerts Triggered in Last month.
Home -> Event Summary -> Click on Alert Triggered (or select Event Type : Alert Triggered) and set Time Period: Last 30 Days/Last Month
View ArticleCustom Poller Alert Issue
Hello, I'm trying to create an alert based on a custom poller as defined below. I simply need the rule to trigger when the poller status is above 200. The issue is that its triggering even when...
View ArticleRe: DameWare MRC V10: Cannot deploy Dameware with system tray icon hidden....
Good deal. Glad you got it sorted.
View ArticleRe: Alert Notification - Alert ID or Unique Reference?
${AlertDefId}-${ObjectId} will also be unique an active alerts, but between alerts on the same object if you want to can use some key for the Alert Definiton, e.g. ND-${ObjectId} for all node Down...
View ArticleRe: [thwack Feedback] Are you finding what you need?
The others have pretty much covered it all. 1. Search could do with some improvement (e.g. only include answered threads).2. "Recent Content"/"Recent Activity" sections on the front page. This is...
View ArticleNode will not load
I have gone through the install process of using the LEM install tool. I have one server that will not load a node into the LEM monitor. There are no errors during the process of the installation and...
View ArticleRe: NPM 10.7 VLAN polling doesn't seem to poll vlans.....
Interesting - so as long as you have a management interface (that happens to be a VLAN interface vs out of band) then it works ok? Just clarifying - many thanks!
View ArticleRe: NPM & NTA Powerpoint Presentation
Hey Thanks DanielleH ^_^ I'll be sure to PM Brad Thanks!
View ArticleRe: Custom Poller Alert Issue
Hi sshgraham I believe this is the correct way to do it, i dont have the way to test it right now. but you should be selecting "Value" not "Status"
View ArticleVirtualization Manager 6.1 Release Candidate 1 is Now Available
SolarWinds® Virtualization Manager 6.1 Release Candidate (RC) is now available and we are seeking input on this version from interested customers. Some of the great features you will be able to try in...
View ArticleRe: Virtualization Manager 6.1 Beta 3 is Now Available!
The VMAN 6.1 Beta is now closed as VMAN 6.1 has entered Release Candidate. Sign up for the RC today!
View ArticleRe: What we are working on post VoIP & Network QM 4.0
I am troubleshooting a PCoIP issue at one site. I have 2 IPSLA responders at this site.The problem appears to be "out of sequence" UDP packets arriving at the thin-client devices. Looking at my shadow...
View ArticleRe: [thwack Feedback] Are you finding what you need?
Anyone else have issues where if you are logged in both iPad, desktop, and iPhone you keep getting logged out?#connectedproblems
View ArticleRe: How to create an alert for network devices' CPU
If you look at his custom sqt alert trigger you'll see he joins the cpu multi load table so you can alert on any CPU over a threshold. It will take some sql experimentation to get the trigger right
View ArticleRe: [thwack Feedback] Are you finding what you need?
I use the navigation to get to a sub-area and then search from there. But that's my 2nd option. I primarily stay with the top level search because, as stated before, searching within a sub-area relies...
View ArticleRe: [thwack Feedback] Are you finding what you need?
For browsing I'll start with the recent content on the homepage but as mentioned in my earlier post, this only goes back so far and is fairly "noisy". If I'm catching up because I haven't visited in a...
View ArticleRe: How to create an alert for network devices' CPU
Someone else asked a similar question here: http://thwack.solarwinds.com/thread/49393 You *can* set up an alert on a single CPU. It would look like this:Start a new alert. Set it to be a Node alert....
View ArticleRe: Forward SNMP Traps to external colllector
Short answer: yes. Medium answer: Forwarding traps is effectively the same as if the original source device sent the trap directly to your DPS system. So whatever you would have to doto receive traps...
View ArticleRe: Help with SQL Report Writer- Group By
I'm not familiar with the tables involved, but I think what you want is: SELECT [DateTime] ,COUNT([IPAddress]) FROM [Traps] where [TrapType] like '%NSG9000%';GROUP BY [DateTime]ORDER BY [DateTime]...
View Article