Comments
-
As a corollary to this, would it also be possible to send nDepth queries as a template for rule creations as well? Sometimes, events that I'm filtering on don't occur often enough for monitoring. Therefore, I would use nDepth to zero in on past events.
-
I wholeheartedly agree with the suggestions for improvements. However, i don't agree with the suggestion that we pay more. I believe it should be a natural evolution of the product such as the switch in platform development to .NET or the improved charts.
-
Ok, valid point. In that case, why don't you give this a try.* Detach the "Disk Volumes" resource * View source * * Towards the bottom, you should copy the code for the last table. Just search for "ReportHeader" and a couple of lines above that, you should find the opening TABLE tag. Copy everything from that TABLE tag to…
-
Obviously, adding the "Disk Volumes" resource is very easy using iframes. Can I ask why you're adverse to using iframes?
-
Can you be more specific? What information regarding volumes are you trying configure in this view?
-
SolarWinds does provide some form of tutorials on their web site. SolarWinds: Network Management Tutorials There are a couple in there regarding the configuration of alerts.
-
Still not following you. Look at Nodes *how*? The EntityType that Byron is referring to requires that you view the database directly through something like Database Manager. Stepping back to the Advanced SQL report for a minute, do you have results for the following query? SELECT Nodes.NodeID AS NodeID, Nodes.Caption AS…
-
I tested an equivalent alert on two down nodes and as you've experienced, it didn't trigger either. After looking over your alert, I'm thinking that it will never fire. It's not possible for a single node to be named both TestSite1 and TestSite2. See if the following works for you. The logic here is that it will trigger if…
-
Edit the properties of an interface and near the top, underneath the Interface Name, you should see an option to Display interface as unplugged rather than down. Is this option not available to you?
-
I'm at a loss as to why the same query is working for you in the Database Manager but not in the alert action. Let's try this: * Try running the query again in Database Manager so that you get the expected results (total downtime for a specfic node). * Try running the exact query in the alert action (so that it ends in…
-
* Ok, so as you have it configured right now, the alert will only trigger if both TestSite1 and TestSite2 is down, correct? * And it's not firing now? * TestSite1 and TestSite 2 are actually actually in a down state, not unmanaged or unknown, correct? * What if the alert is reconfigured to trigger when both TestSite1 and…
-
The feature that is being discussed here is available as of NPM 9.5. Assuming you're running NPM 9.5, is it not working for you?
-
At the end of the query, if you replace ...e.NetworkNode=Nodes.NodeID} with ...e.NetworkNode=${NodeID}} what error message do you encounter?
-
Mike, coincidentally, there is a center tag called <CENTER>. Try this: <center><img src="/images/StateSeal.jpg"></center> Also, if you want to upload a screenshot, that's in the options tab. When you reply, you should see an options tab where you can Add/Update file attachments to your post. Just be sure to resize it so…
-
Good! Those are the options you should've been offered initially. Once you've finished recreating the condition, you shouldn't receive the second alert when the server reboots. BTW, I went back to look at my prior post with the screenshot and remembered that the reason I have the condition "Node Status not equal to Up" is…
-
The trigger; more specifically, the second condition that started with "Application Status". Just remove and recreate that condition.
-
In that case, why not configure the alert to trigger only if both devices go down?
-
Mike, in your case, it should simply be: <img src="/images/StateSeal.jpg">
-
What happens if you remove the time delays altogether? Is the result any more accurate?
-
I don't believe there is a corresponding report for the Events Summary resource. However, you can create one by creating a new report based on Event Log. * Add the following three fields to the report: Event Type Icon, Event Type, Event Type Name * Set the function for field Event Type Icon to MAX and for field Event Type…
-
What information do you get when you run the following query within Database Manager? select distinct datediff(minute,e.EventTime,getdate()) from events e where [NodeID] For [NodeID], replace it with the NodeID of a node that NPM reported as down and came back up recently. Try it with several different NodeIDs to see if…
-
That's strange because if it's already set to APM:Application, your second condition should have started with Status and not Application Status. If you try to recreate the second condition, does it still show up as Status?
-
For any components that fail the test, it looks like these are your options. * Create your own component monitors to monitor the equivalent metrics for MySQL 5.0.80 * Update to MySQL 5.1.12 or greater * Remove those components and live without those statistics as part of APM I understand it's probably not the answer you're…
-
It sounds like you want to be able to disable the auto-login feature that passes login credentials in the URL. Unfortunately, I don't think this currently exists. As an alternative, there is a thread out there that customized the summary page to include the "Site Login Text" as a marquee at the top. Depending on your…
-
Why is the device unmanaged in the first place?
-
Dave, I do recall this same graph displaying properly in 8.5.1. I appreciate the reply.
-
It sounds like you're doing everything right. Could you try creating another application monitor that tracks event logs on a different node to see if you're successful? Just want to eliminate the original application monitor or node as the source of the problem.
-
Understood. I checked that earlier when testing it out. However, I went back and tested the rule again with both the IP address and FQDN of the domain controller as it's displayed in the list of nodes. As before, the e-mail notification action comes through but the group membership is still intact. Should I contact support…
-
Mike, yes, it's the "Site Login Text" that I'm referring to. Have you tried to set it to something like the following: <img src="/images/yourlogo.jpg">
-
There's no way you're going to bypass the login page unless the "McAfee EPO Threats Detected" page allows you to pass the login credentials in the URL, something that Orion itself does support.