Comments
-
I gotcha..so Alert when >=80 used and < 90
-
Is this what you are referring to?
-
Yes
-
Yes, that would be ideal. Better yet, why don't the Network Admins set them to disabled? They have their reasons.The short answer is that they deem all of them important. In some cases they want to know if they come up when they know they shouldn't, meaning someone has plugged into it that perhaps shouldn't. We have about…
-
Yes it is part of NPM Add the World Map to your view with the Customize View button I do not know when it was introduced. There are lot's of threads on the subject here.
-
Are you saying I should stop all the services or is there one in particular? My basic understanding is the following: Wiping out your entire map: 1. Turn off auto geolocation 2. Backup your Db 3. Using Orion Database Manager Truncate the WorldMapPoints and if necessary the WorldMapPointLabel The Map is now empty Populate…
-
The issue with dragging each node individually is that I have 1400 of them to place. Since initially I populated the map using geolocation, and it populated the map with a few thousand more nodes then I wanted, removing them all and starting over is what I need to do. I really don't want to delete one at a time. And then…
-
In which case, I suppose I should install and load both?
-
I'm not seeing a way to do an alert based on the events except with a custom sql query. Am I missing something?
-
Can you point to an example of this? I need to monitor a set of API transactions. For example, the first transaction will give me a key that I must use to execute the second transaction. What component or template from SAM would allow me to do this?
-
I'd like to hear the answer to that to @aLTeReGo
-
I'm trying to use this in a case where I'm not using a component to identify that the service has stopped. I my case the service may be hung. I'm detecting that with stale files. Upon detection of stale files I want to APM\APMServiceControl.exe "ServiceName" -c=STOP -t=10 and then APM\APMServiceControl.exe "ServiceName"…
-
Nothing yet. I haven't put it in my environment yet. I also haven't seen where its a requirement for Madrid. I was hoping support might chime in
-
While this is true that it will inform when you have a locked out account, in most large environments that's not particularly interesting. More useful is a way to alert when a specific account is due to expire in X number of days and when that same account, perhaps a service account, is locked.
-
So it turns out the trick is to use the Windows Task Scheduler. Using the SolarWinds Unmanage Task Editor builds an XML and .CMD file. The XML defines the object (Interface, Node, Transaction) and duration. The cmd file uses that information and sends it when executed. Using the Windows Task scheduler you can run that cmd…
-
I picked up some code from the OP that with some minor tweaking I got to work for me. I got an API key from OpenWeathermap.org. It allows like 60 hits per minute for free. In my NOC view I only refresh it once every 5 minutes or so. If you need more then that, and I can't imagine why, you have to buy a key. Buying one…
-
Thank you, yeah I got that much. What I'm talking about are the actual edits in the script. Simply putting his script in a Custom HTML resource won't work. There is a different api key, what about map size and map ID, etc?
-
Hi cahunt, I have been unable to figure out what about and where the edits need to be made in chadstout scripts. I can't find where the api key goes for example. Would appreciate any tips you could share. I'm also a bit confused about both his scripts with all the drop box references. They both seem really different from…
-
glutenfreesql Thank you for the query. This is a nice alternative for those of us who do not have DPA. I guess it makes sense to run this no more then every 30 minutes. I'm not sure I understand your context for: Medium level - Min: 3 Max: 5 High level - Min: 5 Max: Empty Perhaps you mean that if I configure the alert to…
-
Has this been updated in a while? I ask because the scripts throw a ton of syntax errors Response.Write("Gifs['" & oDR.Item("STATER") & "'] = '" & oDR.Item("StatusLED") & "';") This page contains the following errors: error on line 27 at column 26: xmlParseEntityRef: no name XML5618 "Illegal name character."
-
Great write up and the imported poller fixed my issue on the one node that was having it. Seems as old as this is, the fix should be in already.
-
I too am looking for where the default threshold values are. I know where to change the threshold value senor by senor but, where do I find the default values for Warning and Critical used across all Temperature hardware Sensors? And are they differetn depending on device type?
-
This issue is resolved. It turns out there were some phantom discovery profiles that had to be deleted. Who would of thought the process of saving or changing a password in Windows credentials could be failed by a bad discovery profile? I suppose since Windows credentials can be created or selected when creating a profile…
-
Just curious if there has been any change since 2016? Perhaps SW has added a procedure/job to roll-up aggregate event and alert counts instead of being limited to the retention settings? I don't need details, I just need a count of last years events..
-
Anyway to filter this so that it only shows errors in the log of a particular type?
-
I have the same question but, more to the point where is the documentation on how this integration works?
-
I'm assuming this supersedes HF1? I'm on 2019.2 no hot fix
-
I'm looking for an example of how to do this. I have 1400 switches I need to update the Location field for. The link gives some insight but I haven't figured out how to proceed. "If you have NCM, you can use the "execute script" feature to push out location field updates.…
-
Thank you tdanner. I'm just diving into the SDK so all of these concepts are new to me. So I'll be ttrying to figure out how to do: 1. a SWQL query to get the NodeID 2. get SWIS to send you the whole Uri Within the PS script.
-
Does one need to upgrade to platform 2018.2 before upgrading NPM to 12.3? I'm showing Orion Plaform 2017.3.5 SP5 and I'm on NPM 12.2. Or does the upgrade to NPM 12.3 take care f the platform also?