Comments
-
That's it, AlterEgo! Thank you for your patience. This has helped us greatly. You've given me more information in one thread than SolarWinds support has ever given us. Thank you!!
-
So possible that the coming APM 3.0 may not be able to solve the problem as this relate to Oracle Client (APM or Oracle) rather than the template. I think we've answered this question before. If the installation of the client that we provide doesn't work, then you'll need to get a different version from Oracle. See this…
-
Wireless_AccessPoints_View is a NPM View (not a table) and Wireless_Controllers is a NPM table.
-
What version Orion are you running? Try to take out the EventTime line and see if anything shows up.... SELECT Nodes.Caption AS NodeName, Nodes.UnmanageFrom AS Unmanaged_From, Nodes.UnmanageUntil AS Unmanaged_Until, Events.Message AS Message, Nodes.StatusDescription AS Status_Description FROM Nodes INNER JOIN (Events INNER…
-
Try looking at this thread:
-
Any update on this? Looks like a lot of people are still looking for the ability to save multiple configuration files per devide. Thanks, Paul
-
Okay after restarting the sever this seems to have worked. Thank you!
-
yea i guess it's the best alternative way to perform job. so I need every detail to fulfil this job, can you help me, just send me links about making group and dependecies. i saw diagrams which is assembled by this. maybe it does require huge knowleadge to do that. i need to gain knowleadge from the footstep about group…
-
We recently upgraded to 9.5 SP2 but I see that there is a SP4 out there as well. Can we just upgrade to SP4 or do we have to upgrade to SP3 beforehand?
-
the problem now is.. ¿how i can to edit the graffics, "the Resources"? I want to edit the properties about axis, colors, name, etc... ¿It is possible? or I have to do with programming? The resources are not meant to be edited. You can hack it, but we won't support it, and the next time there is an update, we will overwrite…
-
We are using SEUM at bthe moment and that seems to have some more features we can use. Thanks aLTeReGo for that suggestion...
-
" := " is the delimiter between trap binding names and their respective data. Does NPM 10 have the ability to pull individual parts of the trap binding data with another set of variables using " ; " as the delimiter? Not all manufacturers are going to use " ; " as a delimiter, but it would be pretty slick if NPM could do…
-
Ahh, this sounds like the issue. Is there anyway to prevent something like this? When we have outages it can take several buildings down in a matter of a few seconds... so Im not sure how easy it would be to fix.
-
Is there anyway of automating the failover between the 2 NPM servers? Not today, but that scenario is something we're looking at seriously.
-
Thanks Jiri. I started the alert running first thing yesterday morning, and this morning I have 1000 new alerts from 3:00 AM onward. Many of these are alerts for the same device over and over again. Thanks for the code share, however I’m not familiar with the purpose of the fields in the query that was unioned to the…
-
Jon, We're not sure why you're not seeing it. Can you open a Support ticket?
-
You are correct. Thanks for helping me out.
-
We can't give a precise date, but it's fairly soon.
-
I have the same problem with them both installed on the same system - does your event viewer say anything like this? I'm wondering if we can disable the toolset receiver and only allow the orion one.
-
In APM 2.0 (which ships shortly), we ship a Windows Event Log monitoring script that will allow you to monitor event logs from APM without requiring the Windows Event Forwarder.
-
Thank you, this looks great!
-
Thats how the dependency looks like in Orion, but we trigger our alerts based on node status and not on group status.. So I could create an alert for each site and say "triger alert if all aplly -> node IP begins with 10.26. AND status is down AND group name is group10.26. AND group status is not unreachable" but I would…
-
Not working again... Stuck on "Loading.." seems to only work say 1 in 10 times in using the page. Are you able to resend the file please for me to try?
-
In 10.2 RC it looks like you can edit the node properties and change from "Status Only: ICMP" to any of the other options (screenshot in ChrystaIT's post) but if the device is already set as "Most Devices: SNMP and ICMP - Recommended", the other options are grayed out and are not able to be selected. This is disappointing…
-
The notes appear to be corrected. Correction - No, I don't think the notes are corrected yet. The present notes do not seem to apply to syslog server at all.
-
Well, we were trying to be more elegant than that, but since that hasn't worked out as well as we had hoped, we're probably going to move to just kill it.
-
Hi Glimbeek, The query should be returning results based on the CONN_HOST field in COND which should be your machine's name. In the event you want to modify this, take a look at this part of the stored procedure: select id from cond with (nolock) where CONN_HOST = @MACHINENAME That's where the magic is for delimiting the…
-
I found that to delete a lot of nodes the clicking on the box under the web interface took a longish time. I have two pollers, my plan is to shut them both down and delete through DB manager. I will then run DB maintenance by hand and re-start my pollers. I'm running 9.1. Does this make sense?
-
Thanks for the info. In the end, I was able to reproduce both things you reported: * When an SNMP Trap Alert is sent, the InternalCommands message shows "null []" where it should show information about the SNMP Trap Alert that's being sent. * When you use an SNMP Trap Alert as the action in a correlation with a threshold,…
-
Ok, so as I'm building my new rules, I'm looking for a file to exist in a path. If I have the file and the version, but no size is that going to work? When the rule is built it says size=0 so I'm concerned about that. If I need to put a size in do you use the size listed under "size" or "size on disk"?