Comments
-
Is there a standard Oracle role that can be assigned to the user for this to work?
-
A great read! 2022 is the year I get my dashboarding done!!!
-
Yes please!!! I created some Multi Object Charts that I have to recreate to add to another view! GRRR!!!!!!!!!!!
-
Thanks a lot @"mesverrum" ! I will look into this and give you some feedback
-
Dude!!! You rock!! Thank you! I've got a beer or whatever you drink with your name on it!! Our database is called NetPerfMon2. Don't know how, but that is the name. Replaced it as you said and BOOM! I really need to learn some SQL! Thank you sir!
-
Here we go! The info for the UnDP sits on the node details page like this: As you can see, the service tag info isn't displayed there because that is a table. So to be able to see that I have to add this resource: And because there is always something to throw everything outta whack we have this: That is a few stacked…
-
You have been very helpful aLTeReGo! Thank you!
-
Thank you aLTeReGo! Found it!
-
Thanks for the feedback @"jblankjblank" . I figured that that an upgrade would needed. We're gonna work on updating all our modules this month. I'll report back afterwards. A quick question though, Like to you said, I am able to get that basic cluster information, but unable to get the perfstack at this time. Do you know…
-
What I believe is part of problem is that the firewall does routing and the other "middle" routers are Cisco using EIGRP. Therefore the security team needs to add static routes and they are trying to avoid that. But shhhh don't tell them I said that.
-
Thanks for the offer alexslv. Since we're confessing things, I should confess that I don't know SQL or DBs. I would like your assistance, but I don't know how to get the info you require.
-
You've been quite helpful vita! Thank you!
-
HolyGuacamole, I am liking that idea! I am gonna look into that. If you have tips or helpful documentation that might assist, I would be grateful if you would share.
-
I am looking into that and I am also in the process of trying to demo a product called SpaceObServer that sounds like it can do what I need and provide a lot more analytical information. However, that ain't free!
-
Hey HolyGuacamole! Thanks for the feedback. How do I configure the custom properties of the alerts?
-
Can I run this against a Windows machine, using the UNC path to get the info of share off of a NAS device (FS8600)?
-
That is great aLTeReGo! Thank you! I've been looking into the different types of resources that are available and I saw there is also Multi Component Statistics – Linear Gauges. But that doesn't seem to work for me. However, the Radial Gauge equivalent works without problem. Any ideas? I was also looking at the Multi…
-
Hey aLTeReGo, I'm having some difficulty locating the Oracle client that is listed as a prerequisite for the template. Do you know if that is still valid?
-
Much thanks vita for the script! I eventually removed the -Credential option and then it started working. Thank you to everyone who assisted!
-
Hey Petr.Vilem, thanks for that suggestion. Truth be told, I'm not familiar with WMI at all and I was able to get the info I needed from PS hence the reason I took that route. I will look into WMI option now that you say I may be able to get the info I need. If you have any resources that can help me get up to speed with…
-
Thanks for the feedback thus far HolyGuacamole both the platform and the credentials were as you advised. However, no luck as yet.
-
This looks awesome @"jblankjblank"! However, I don't think we have the Virtualization Manager Module. These are the modules we have installed - Orion Platform 2018.2 HF6, IPAM 4.7.0, VNQM 4.5.0, NCM 7.8, NPM 12.3, DPAIM 11.1.0, NTA 4.4.0, SAM 6.7.0, NetPath 1.1.3 Is there anyway to get that data without the VMM?
-
Thanks alexslv! That was quite helpful. I was able to get this. Unfortunately, Dell switches have a serial number AND a service tag. When I select service tag as you demonstrated, it retrieves the serial number shown above, which from what we can tell cannot be used to get warranty info. We need the 7 character…
-
Hey kentk94! Thank for the response! Thanks for the suggestion! I will propose that to the security team and hope for a more positive response. To answer your question, the LANs are all remote sites. Not sure what far away is for you, but is approximately 50 km between sites which is far for us.
-
Thanks for the feedback Rodrigo. I'm not to familiar with APP Insight. Can you explain a tad bit please?
-
Thanks yet againaLTeReGo I will look into it.
-
Much thanks for the response Steven. Initially I did think that, wrote the script and everything in Powershell and was looking at implementing it SAM. But the problem is that it about 100 root folders that need to monitor and from what I could tell, I would need to do each one individually. While it is possible, it isn't…
-
Thank you vita! That was quite helpful! My scripting and PS game isn't as strong, so it took me a while to decipher your script. I know the script works because I ran it manually from a PS console. But when I test it in Solarwinds, the messages statistic keeps coming back as N/A. Do you know if there is a way to debug the…
-
Petr.Vilem, Thank you very much for you feedback! That was quite helpful! When I executed the code locally on the Solarwinds box, it began working as expected. I updated the script a bit as well. $fpstatus = cluster fpncluster res "alpha name" /status;$fpcowner = $fpstatus[10];$fpcowner = $fpcowner.substring(42,3);if…
-
Hey guys! Much thanks for the responses! NetPath looks like it will do exactly what I want. I have a followup up question though. We have about 4 proxies that we use for management, guest, staff and SaaS. How do I direct NetPath to you different proxies?