Comments
-
It would be quicker to remove them through the API, either as a trigger action, or you could run the script periodically based on report outputs.
-
so far so good - I want the radios, but the rest of it? I wish I had some new sneakers and a lego kit instead (hint hint).
-
I'm starting to get more questions regarding 2FA Orion support around here. In order for us to expose Orion to a public IP, I would have to use 2FA. Has there been any further development on adding this to Orion
-
This would be a good feature to have built in. You can, however, write your own page scrapers in Powershell. I've been doing this more and more because of the flexibility it gives with outputting more meaningful results into the message of the component.
-
At the very least, it would be interesting to score user activity. You could probably do this somewhat yourself by reporting out of the auditing events table.
-
I'm guilty of doing this a handful of times with applications or other node inventory, although my most egregious mistakes have been making direct updates. Thank the maker for database backups for those small, easy to recover hickups. Losing all your history is another story altogether. It would be great if deletes were…
-
This is definitely a pain point of mine. I've resisted implementing groups for so long because of some bad experiences early on. I can resist no longer, and have gone a little group crazy (and dependency crazy), but I have to do any and all management through the SDK because this feature is so painful to use at the level…
-
I need this, too. I have applications that run on WMI nodes that provide critical information via SNMP. To be more clear on what I need, I need to assign UnDP's to nodes that are being monitored with WMI. The UnDPs need to have a configurable port, eg. 50161. I've tried converting to SNMP node monitoring so that I can use…
-
I'll be a monkey's uncle! I like it. Thank you for pointing that little gem out.
-
I would love to have more control over themes. It would also be great if you could assign themes to accounts.
-
It looks like my script burrito made it even though I was getting errors. The graphic snapshot of the display page isn't showing up, but it looks like it posted contrary to the errors.
-
Thanks for the article. I've definitely been the accidental DBA. I'm lucky enough to work with an excellent DBA team now. Working with these guys makes me realize how much I was missing before!
-
I've tried to upload my Mojo AP API monitor, but I'm being told my file is the wrong type (exported from SAM).
-
Mission completed.
-
I'm hoping that by the time I finish this mission that they have more large men's fleece jackets (wink wink nudge nudge).
-
I'd love to see SWUG in Salt Lake City again.
-
Some really great prizes this month! Daddy needs a new pair of HEADPHONES!
-
Please! This is definitely a pain point of mine. I've resisted implementing groups for so long because of some bad experiences early on. I can resist no longer, and have gone a little group crazy (and dependency crazy), but I have to do any and all management through the SDK because this feature is so painful to use at the…
-
Our upgrade timing, and a few delays, put is right in line the week of the release. I'm glad the DC couldn't get things together on time, and we got this as a result. Win!
-
This is happening to me, too. Our DC applied patches in advance of our upgrade to Orion 12.2, which happens this week, and ever since that time any alert with the conditions you mentioned are not resetting. It's causing a little heartburn for people who are getting woken up in the middle of the night for alerts that won't…
-
I got all excited... I know what the deal is. This isn't technically an API poller I wrote, but an API call wrapped in a powershell script, wrapped in a SAM template...
-
No worries - I appreciate you looking at it with me.
-
I've tried application.ID, application.ApplicationID, APM.Application.ApplicaitonID, APM.Applicaiton.ID, APM_Application.ID, and APM_Applicaiton.ApplicationID
-
Yes, I've tried that. Not to be snarky, but did you try it in your own environment?
-
For the record, the current filter displayed works, except I want to make the ID dynamic based on the application you are viewing.
-
Just curious what this buys me. Is that in case the single call fails to get results, and adding a try/catch gives me some resiliency, or is there something else I'm not considering?
-
To answer my own question, I added "-UseBasicParsing" to my web request, and I'm back on track. Thanks, me.
-
For me, the Thwack upgrade broke everything. You can't find anything useful anymore, and the community who used to contribute tons of content seems to have moved on. The forum just seems dead compared to what it was prior. The energy hasnt been the same since the cutover. I, too, remember the icons and the Easter egg in…
-
You might try something like this instead, it should work in your alerts to give you the outage duration. I haven't tested the long term behavior of the alert, only that it gives me the value I think I'm after... ${SQL:SELECT Distinct StartTime.EventTime, DATEDIFF(Mi, StartTime.EventTime,Getdate()) AS…
-
I keep telling myself that this is the next step to take, but I keep getting pulled into other fires. I started to dabble with looking at the discovery results, and using that data to try and plug holes where volumes have gone missing, then add them in with the SDK, removing the elements that were left in Orion after they…