Comments
-
I saw this happen today. We added a special character to the custom property editor (#), and it broke. Once we removed that, the atlas became usable again. In our case, the atlas didn't work both on the Orion server, and remote. Hope this helps.
-
Nice catch, Mr. Danner. Thanks! I was scratching me head for awhile over this one.
-
This is a big deal for us. It continues to bite me, and is a huge point of contention for other groups who refuse to adopt using our enterprise system, instead insisting that they use their own tools. Considering how much Orion does, including shiny features I love, I have a hard time with this simple problem. It gets me…
-
Have dependencies been added yet, or is there any update on when we might see this included?
-
For you SQL Ninjas, is there a way to take the downtime report that's listed above (which we are using) and introduce an exclusion for time of day? I am trying to figure out what our downtime is, but only care about it if it's during business hours.
-
I'm not sure how to go about that one. I could be wrong, but any alert only has one EventID (5000), which is why I base it off the message that you send to the events table. I think I see what you mean, though. Interface - Alert Type/Name - How Many I haven't been able to figure that one out myself. The trouble is that any…
-
Turns out, this was something weird happening in powershell. I was running this from the Posh command line, but when I ran the same script through the ISE, it worked fine... Go figure.
-
Did you ever get this resolved (no pun intended)? I've run into it a couple of times with clients, but never had enough time to sort it out.
-
Another mark for pushing the upgrade through. =D On a semi-related topic, do you have any idea if the next NCM update will be out this quarter? I'm waiting on that before pushing everything up to the current release here.
-
/bump Any updates to this?
-
Can I have a look at this stuff, too? I've been getting into this side of things a bit lately with third party integrations, and I'd love to see what samples you've come up with.
-
Looks like Network Services was cleaning up some ACL rules, and dumped the one that mattered to my agents. Who does that late Sunday night?
-
Circling back to this finally after upgrading a couple of months ago. There seems to be something I'm still missing. function AssignUnDPToNode ($NodeIP, $UnDPName){ [Int]$NodeID = Get-SwisData $swis "Select NodeID FROM Orion.Nodes WHERE IP_Address = @IP" @{IP = $NodeIP} [System.Guid]$CustomPollerID = Get-SwisData $swis…
-
Sounds like another mark for moving to 11.5. Thanks for the quick responses.
-
Same (similar) results: Orion: Message.Statistic: According to 10.200.203.19, this server has a deviation of seconds. 10.200.203.19 server time: . colo-dls-proxy server time: 06 Aug 13:11:05.Statistic.Statistic: NaN Local: Statistic: -0.053457 Message: According to 0.north-america.pool.ntp.org, this server has a deviation…
-
I'm trying to do this very same thing, but for Spectrum. From the spectrum side, I'm seeing a 6.10 oid, which throws the whole thing off. Did you guys ever figure out how to get this to work with Netcool? I'm hoping I can take that info, and transfer it over to what I'm trying to do.
-
IM'd you the Gist.
-
For us, I can't install the agent on these machines as they aren't your typical RHEL servers... and we haven't upgraded to the new SAM yet. Only one of the two processes was I able to add as an SNMP monitor. The other one, I was able to see in the MIB, I could see it using ps commands over PUTTY, but could not add it to…
-
On the Web view, you might try adding an account limitation. Click Customize Page, and add a limitation based selection of nodes, vendor type, or a custom property.
-
There are a couple of 'All Nodes' fields to choose from. Try one of the other All Nodes Tree fields and see if you can customize a different choice. I ran into this same thing this week, and chose one of the available All Nodes a little lower down - I think it was the All Nodes just above the All Nodes (AJAX) option.
-
Please note: your content was added successfully, but a moderator needs to approve it before it can be posted. Still pending approval. I'll ping you when it's approved.
-
ok.. An interface alert is just a little different: Select Interfaces.FullName, Interfaces.InterfaceID, Count(Events.EventType) AS "Count" From Events Inner Join Interfaces on Events.NetObjectID = Interfaces.InterfaceID Where Events.Message LIKE '%Interface%' AND eventtime between dateadd(month, -1, getdate()) AND…
-
This is happening to me, too. It seems when server CPU hits 100%, the agents stop reporting, and they don't recover without restarting the SolarWindsAgent64 service. I'm monitoring for this using a version of this query: SELECT DISTINCT Nodes.NodeID ,Nodes.IP_Address ,Nodes.Caption ,Nodes.ObjectSubType FROM CPULoad_Detail…
-
Thanks for the update. If you get it to the point where you can share it, let me know. I'd love to look at it, and maybe save me some heartburn.
-
Set the alert to trigger if the value is greater than 1 - that way when you have anything being collected greater than the '1' condition, you will get an alert. You ~could build an alert for each condition if you wanted to take it that far. Alert 1: At value = 2 - send alert that says warning Alert 2: at value = 3 - send…
-
I use SQL Triggers to set some of our defaults. For example, we have a couple of tiers of volumes alerts, and a 'mute' option. When new volumes are inserted, the trigger sets the two utilization values to 95 and 99, and then users can go in to set appropriate values. Of course, this only works where you have a global…
-
This post might help: geekblog.solarwinds.com/.../the-fast-and-the-furious-orion-sql-and-sans.aspx
-
Did you create a feature request for this? I'll vote for it!
-
Bookmarked. Ultimately, it looks like I'm going to have to troubleshoot why WinRM isn't working. Thanks for the quick responses!
-
You might want to try creating a new custom property to use in grouping your nodes. You won't be able to hide them, but you should be able to collapse the groups you don't want to see listed out.