Comments
-
like @"byronfelts" mentioned, as long as there is an interface that we can query, there is a possibility to monitor. Apart from SNMP I would also have a look into SAMs API Poller, when your devices have a REST API that you can query. Kind regards, Holger
-
There are also many tutorials how to integrate with Slack or other Push-Notification-Apps, i guess this should work similar with Twilio
-
This is also a valid option, yes. In some cases where you want to alert on the Internet-connection failing, it is best to have your own hardware box sitting on premise and alerting over that way. I do agree, in 95% of your use-cases it is sufficient to purchase a service where you can send an email to.
-
Cool, does it work like Prowl - iOS Push Notifications ? I did not see where to send an SMS? Is this configured in the OpsGenie "Dashboard" then? Thanks
-
What comes to my mind are using Custom Properties. - CP_ChangeDetection_Recipient when a change is detected this is something you should be able to query for and set an alert on. In this alert you can use your Newly created custom property as the recipient email address. Make a nice text and voila. When your alert triggers…
-
I have to admit, I might be wrong with my assumption. https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/System_Requirements/Orion_Platform_2020-2_system_requirements.htm So you should be able to update to 2020.2 on Server 2012 R2 Be aware that if you use agents, the update will install .Net 4.8…
-
I might have sounded a little harsh yesterday, but I am German and I have to fit in the stereotype... CLI polling gathers additional information that is not available over SNMP. It is logging on to the device over SSH and issues various commands, parses the output and puts this information in the Orion DB to be displayed…
-
I could not get it working with Export CSV, here's what I Came up with: ### Export all nodes from DB into CSV File #### #Get all URIs of Nodes in the System $UriBasket = Get-SwisData $target "SELECT Uri FROM Orion.Nodes" #Open Streamwriter $outfile = New-Object System.IO.Streamwriter($ExportFile)…
-
Hi Robert, for some parts of the installation there are export/import options available, some things are manual and many things can be migrated by using the API.
-
Thanks for sharing this. And you have the hope, that Avaya will change/update/add that? It seems highly unlikely to me... So I assume VNQM is dead for newer Avaya Call Managers then... Do you know if VNQM is checking the solarwinds-database or is it directly connecting to the device to get the information? If it checks the…
-
hey mesverrum I am not running NCM in my lab currently so I can't really have a peek into the NCM tables of the SDK, but to sum up your suggestion, this request would be a two step (maybe even three step) action 1. download a new config to the database repository with the "DownloadConfig" verb. 2. Once the Config is in…
-
Ah bummer... so some of the devices picked a different connection profile, or did you specify an explicit profile for those machines?
-
If your Installer is somewhere in the MB range it is the Online Installer. The offline Installer usually has a few Gig in size. cheers
-
Hi Jiri, no the download is still taking MUCH longer than on KIWI-Cat. This leads to the point where downloading a Config of a Juniper Firewall takes 17 Minutes. The device times out by default after 10 Minutes. So yes we can download the config after setting the Timeout to 20 Minutes but the underlined Question still…
-
from what I read, the free APE only comes with NAM/NOM License as this License is only counting the amount of nodes. I think I didn't read some other posts correctly so sorry about the confusion... I already ranted in this this thread…
-
I do agree with mesverrum try to enable SNMP polling. With icmp you only have the IP Address and maybe the dns Name for the node. You have to find a way to identify the vendor with those 2 infos. if you can do that set up an alarm that will update your custom property field with the correct vendor. However this is far…
-
Now off to „Architecture and Design“ and „NTA“
-
So soon we will find you on the Orion SDK Forum more frequently?
-
Hi, I set the RediscoveryTimeInterval in My script to 15 Minutes, still no NodeDetails Update I see the 15 Minutes in the Webpage. What I saw a few minutes ago: The Rediscovery is Updating the Time but the Node Details are not Updated.I have no clue what is going wrong See Screenshot for Details: We need to have the…
-
Hi there, I realized that the "next Rediscovery Date" is displayed in the Web-Console to 30 Minutes after the Import happened. This might be "default" so I will try to set that manually. Thanks for the Help I will keep you Updated
-
Deactivating the license is a good idea! Add that to the list You could get it reset in the customerportal when you explain that the machine was deleted before you were able to deactivate, it usually works without many questions asked. But when you are prepared with a license to activate it saves you some time.
-
I would check the Alert Option, you often forget about your SDK Scripts once they are running smoothly and you don’t do excessive Scripting. Without knowing the deeper details this should be perfectly doable with the builtin alerts.
-
Thanks for that, haven’t thought about this. With this setting one could still get metrics from access ports if they are plugged in, but no alerts when they go down. They would still require one license count of the SL xxx and still eat up a tiny bit of polling performance, but that is something to consider in the planning…
-
i believe so too ;)
-
Of course this is the best way, however it seems that @jhill7 doesn’t have VNQM...
-
UnDP relies on SNMP, so we need to clarify if SNMP is working on those devices. but if it works, your input is correct
-
Hi Jiri, so currently there is no built in Solution, I would have to copy the table to somewhere else? I was also thinking about alerting on NCM Actions but I guess this is not possible, right? Kind regards, Holger
-
I almost suspected that when browsing through the SWQL studio, didn't find anything that was remotely close to what I was looking for. I was hoping that I am just too impatient to find it. Thanks for your feedback mesverrum
-
I recall an issue where there was a patch for Network Atlas you had to install. What versions of Orion are you using? Here's the Link to the patch: Unable to update Network Atlas map on the Web Console - SolarWinds Worldwide, LLC. Help and Support
-
All hail to the mighty config wizard