Comments
-
All our departments use ServiceNow
-
VM-specific metrics is definitely the key here. I learned a while ago with these missions to never infer an answer, even if it would technically be right.
-
Today's question is a bit trifficult. The clue has nothing to do with what my instincts tell me would the logical first step in speeding up the query. I'm hesitant to choose any answer.. I've been on a personal streak the last few months and don't want to blow it!
-
For what it's worth I was able to "hack" the solution by going in to the CustomPoller table in the database and manually adding GHz to the units field for that transform. So this really does appear to be a lacking feature of UnDP when creating or editing a transform. I'll make a feature request I guess.
-
For what it's worth I ran in to this issue with the underscores in custom properties as well and opened a case on it. They confirmed the bug, but do not have a fix on the roadmap yet.
-
Also, does anyone know a way to make open a link in the same tab? I have a couple links that go to different dashboards and it would be nice to have them open in the same tab instead of new.
-
This is a fantastic, thanks! Our test environment I have to RDP to, and doesn't have PS7 nor do I have admin rights on the jump box. This should be way easier than pulling my hair out trying to get someone with admin to install PS7!
-
Glad it wasn't just me then. I have opened a support case, but have not gotten any responses yet.
-
That's weird, so you can filter on those properties just fine?
-
Thanks for the reply. I can actually filter on a different custom property, like Department, just fine. Works exactly as expected. But when using BU_Name it just does nothing.
-
So when do we get Solarwinds the Flame Thrower? (The kids love that one.)
-
LOL! I didn't actually click the link until now. Not that I think anyone had the 100mil points to buy it. I'm sure they checked to make sure no one did before launching it though. XD
-
Did someone actually buy? That's awesome!
-
Happen to know what endpoint I need for EoL access? That way I know what to request.
-
Yeah, I've already started trying to play with the Cisco API to pull the data, and have several other SWIS scripts. I think that's going to be the only solution for now. Though Cisco API is giving me some issues, keeps saying I don't have permission. I've read some people have to make a TAC case to get it activated…
-
Thanks, but unless I'm missing something that's for the firmware vulnerability checks and not the End of Support for hardware. I know we can point the vulnerability look ups to a different URL, I'm hoping there's something similar somehow for the end of life/support data. I'm not even confident it updates now, I think they…
-
Crickets eh? Does anyone at least know the mechanism SW uses to do the updates? Maybe I can fake it by using the hosts file to point at a server in our network?
-
That image is traumatizing for me. I've done that install before. Yes, I'm "installed Win95 from floppy" old.. ugh
-
I know this is rather old, but they still haven't fixed it, so I figured I'd make a feature request and try to get some votes. The select all is kind of a deal breaker for me. Though the being able to granularly select on more conditions is helpful. Basically I use the 'new' page unless I need to work with more than 50…
-
Feature Request I made, as I've seen it posted before that current functionality is by design. Select All Feature in Manage Entities
-
5 Years later and this is still not fixed. This basically makes the new page useless. I have to constantly go back to classic if I want to manage all my nodes.
-
Thank you for posting the solution! So many times I go down the rabbit hole looking for an answer and only after following link to 5 different threads do I get to the last one, with my exact issue, but it's from 8 years ago and has no solution or the article has been removed. LOL
-
This link comes back as page not found, but... I've found an old version of @"kpmarcin"'s post on the WayBackMachine! Here is the meat a potato version of it, with the main part needed the SQL query to get the XML data. Hopefully this helps someone else out in the future! I have yet to try it myself, but hopefully this…
-
PLEASE!! Tell me you have information on this still? That link comes back as a page not found. We've had a lot of people not put interfaces managed and I need to make a script that will discover the exiting nodes and add any interface that is a trunk to managed. We can't scan subnets in our environment and I was this to…
-
I know this is rather old, but I ended up here looking for something else. It seems the NodeID that verb is looking for is a type GUID, and you are pulling the int32 version of it. Cirrus.Nodes has the GUID as NodeID and the Int32 as CoreNodeID. I can't tell for sure from your code but it looks like you need to pull the…
-
Just a little workaround, I've noticed if you select the text and then drag it out to another window that works.
-
Thanks! Out of curiosity, what is the index for that table? Is it just not exposed to the SWIS API?
-
Thank you!
-
Thanks, while that helps, my need a is a bit more complicated. We have subnets listed in several groups. The only place I can identify which subnet is one I need is by querying the IPAM.GroupNode table first, looking at the 'comments' field for the strings I need. I think I was able to get something reliable with this:…