chenash ✭✭✭✭✭

Comments

  • Great Post, just implemented in some deployment I'm running. Works like a charm
  • Great Idea, voted up
  • adatole​ Thanks for a great time yesterday, enjoyed every minute of our meeting yesterday at Prologic. Hope to see you again soon .
  • Hi, Im trying to see if im getting the PerfStack right. Let's say I've got a few switches, Firewall and a Server and i would like to monitor the links in the flow connecting between the Server to the switch and towards the firewall. With Perfstack i will be able to create one page which containes all the interfaces in the…
  • I'm not sure this is the case but i came across something similar in the past where some network switches from other vendors than Cisco had the same issue, changing the real time polling to 3/5 seconds under Orion Advanced configuration fixed the issue. note that this change is affecting all real time polling
  • Im not sure about Ubiquiti, but if it has an CLI interface that allows login via SSH. You might be able to use your DDNS solution with a combination of running script from SAM to verify if this device available for SSH from the internet (allow only your organization public IP), another way if you don't have SAM is to have…
  • Hi you can achieve it easily doing the following : * Create An alert on component* In trigger condition under "The scope of alert" choose application name equal to "VMware Horizon Composer" * optionally add a node name for a specific server / use custom properties to choose bulk of servers. * verify on "Show list" that…
  • Hi, That's depends on the data you are looking for, the data itself most likely to be stored in multiple tables. An easier way to do it, use the report builder tool within the Orion Web Console. if you still need some data which you think will be easier to collect via SWQL I would recommend to download the Orion SDK tool…
  • You can achieve this easily with the report builder within the Orion web console. Simply create a new report and in the data source choose interface, in your case if you don't to filter anything so just apply it. Then, in the table resource for this report add all those fields as you desire and then you can order all the…
  • I think a good way to ensure that your internet connectivity works from the "public wifi network" is to use NetPath which is built-in function in NPM. Simply get some server/pc in that network, install a NetPath probe on it and create a new service that checks for google.com availability for example. that will simulate a…
  • Hi KW, Regarding your alert, I think there is few things you need to fix in order to get it work, try the following : 1) Change the trigger condition so the node name will be under the scope section and not the actual trigger. 2) If you are trying to monitor if an application is down what you need to to is to create a SAM…
  • You can do it easily with uNDP, simply pool for checkpoint HaStatus of your external firewall, then create an alert for custom poller where it will trigger if the HaStatus changed from active in your primary firewall. you can find more information here :…
  • You can merge both steps into 1 script in SAM that will get the registry value and then will check for node X if this reg value exists in the CP and in case its not it will update the CP, then you can return to SAM the amount of CP assignsed in the current "poll". you can even do it in a for loop in PowerShell for all…
  • You can achieve that by inserting SWQL variable that getting the component status by application ID (which you need to pass as variable to the SWQL query).
  • You can use Custom Properties for Applications to "label" specific Apps with Owners or anything else you want. Then you can create alerts / dashboards / reports based on those custom properties.
  • As far as i know, its not possible unless you change your browser settings. any how i think this question is more platform related and less SAM related
  • Thanks, work like a charm :) .
  • You can run this script on sam with administrator user by using "credential for monitoring"
  • What OS u running ? 2016? I recently upgraded 12.2 to 12.5 had no issues beside that i had to manually upgrade APEs as Centrallized upgraded didn’t work.
  • Hi krupadi, Im not sure if you managed to resolve it, i came across with the same issue running NPM 12.1. Anyhow, here is an article i followed to change the way Orion acts on disappeared APs Remove disappeared APs - SolarWinds Worldwide, LLC. Help and Support notice that if your NPM is at version 12 and higher you need to…
  • Hi, If i understood correctly, you want to "take" the values of 10 different uNDPs and SUM the values of all the uNDPs together, then create an alert on that value ? If so, Im afraid its achievable only via SQL/SWQL. unless someone else did managed to achieve that with the transform feature of the undp tool which im pretty…
  • If you updated the Framework version and the version is identical on all polling engines i would suggest to make there isn't any update pending regarding .Net framework @ Windows update. In addition, did you try to run the configuration wizard for the website after upgrading to .Net Framework 4.7.2 ?
  • Im not sure but i think it does not updating per the polling intervals since the report I've created is basically querying 2 tables in the Orion DB and showing the output on the report.
  • Looks like there is an issue with information service. you could try to reinstall it and then run configuration wizard again. ofcurse dont forget to backup ur db and i would also recommend to take a snapshot of the current state of ur machine before doing anything.
  • You can use swql/sql to sum all values from a specific undp (using unique poller name on the query), this will return the total of all values from a specific undp. Orion 2020.2 has built in SWQL builder in the modern dashboards that allows you to do it very easy.
  • Basically, you can use the content share from the NPM forum to see if any other user uploaded a unDP that suite your needs or you can create your own unDP if you know what exactly you would like to monitor and if it got mapped snmp OID which you can use to monitor.
  • Did you recently ran windows update on the servers related to the platform ? if you did you must make sure all servers running the same windows update "level". In case you got only 1 server in your environment (polling +web on the same server), i would run the configuration wizard and select "website" in order to rebuild…
  • Hi, Im not sure I've understood exactly what you are meaning by OID customization, but if i got it correct you would like to poll additional OIDs to device you added to NPM which isn't polled by NPM by default ? If so, you can achieve it easily with Universal Device Poller (UNDP) which is executable in your Orion server,…
  • I see, when u installed 12.3 from scratch, your server was already joined in your domain and the installation done with domain admin user? the last thing i could think of is maybe some files got locked due to permissions other than that we will have to wait for the support team.