Comments
-
Thanks again Made a feature here, https://thwack.solarwinds.com/product-forums/the-orion-platform/i/feature-requests/add-api-to-additional-web-server Please let me know if it needs updated/clarified.
-
Thanks for the intel and your time
-
Thanks for the detailed answer. Is there any plan to allow this from the AWS?
-
Is this referring to the change of the port moving to 17774?
-
Error code: PR_END_OF_FILE_ERROR
-
Try adding the devices as ping only, then after they are added go to node details, update them to SNMP (apply the credential profile), then manually add the pollers (or resources, tho doing 'list resources' will do a full device scan).
-
What version of SW are you on? SNMPv3 security was lacking till a somewhat recent update to support the higher AES and checksums. Ill try to go find the release notes and edit. Edit: Release notes for 2022.3. SNMPv3 Supported Authentication and Encryption for NPM * SHA256 (Available in 2022.3 and above) * SHA512 (Available…
-
Not directly what your asking for but an alternative method. If you have a ticketing tool I would recommended settings up a storm protection feature on that end. Depending on the type of conditions/alerts your talking about (I got triggered on 'happening in the datacenter'). You can setup a dependency to suppress the…
-
I have found it is inconstant as well. Some places are UTC, some are local. I always have to play around with it depending on the dashboard I am making. I've checked THWACK a few time and never found a global setting/fix. If you find one please post it
-
Ya that's in UTC. You can convert it with "toLocal(LastBoot) as LASTBOOT: Here is what I use in my dashboard (custom table/query): SELECT N.NodeName, N.Vendor, toLocal(N.LastBoot) as LASTBOOT, N.DetailsUrl, N.VendorInfo.Icon FROM Orion.Nodes N WHERE N.LastBoot is not null ORDER BY N.LastBoot DESC
-
I do one per site. The initial build-out take a little time, and it's usually front loaded work for most clients as most sites don't change much once setup. Once you have it the dashboarding looks amazing, and simplifies alerting.
-
Any time. I am fairly sure above is from THWACK (or inspired by) I just don't remember where to give fair credit.
-
A lot easier to control, I push a curated list of reports/dashboards with 'user links' resource when I setup team dashboards.
-
Mine are all clickable URLs. Might be a configuration mismatch between us.
-
Where are you seeing the discrepancy? Dashboard, alert, else;?
-
Can confirm. Just pulled up bulk edit in my environment. Works for applying CLI credentials.
-
There are two options. The 'User Links' resource. Lets you specify dashboards. The 'Custom Table' resource. If you go this route I would enable search to make it useful. The only problem here is you might need to append WHERE clauses to narrow it down (mine shows everything). I would recommend the 'user links' resource.…
-
I meant pushing the ISO to help alleviate the slow transfer speeds (copying the \installers\ directory would do the same thing (with the bonus that central upgrades will skip the download and execute the install/config wizard)). I have 50 APE's so I feel you on the pain point. I tried everything to avoid having to do it…
-
Agreed, and I have similar issues. Just sharing what we had to do. Alternatively (and fact check me against support, I don't know if this would work), copy the ISO around, update the MPE, cancel the upgrade if needed, run pre-stage and resume via central upgrade / or execute the ISO.
-
If you have enough trigger objects that scalability of alerts is a problem (not wanting to make multiple similar alerts) I would deploy custom properties and/or groups. We build alerts on WAN groups. We have multiple seventies, one for warning (when 1/2 routers is down, but site is still up), and critical (when both…
-
I had the same issue (offline installer). Pre-stage is a known issue (I tried a lot of workarounds with support). Upgrade the MPE, then you can jump into centralized upgrades to push to the rest of the devices.
-
Assuming your having the same issue I am. Its a SW issue. I've asked a few times via support tickets and was told the only solution is to restart all servers (starting with MPE). I have asked for defects to be pushed to development but I am not optimistic, and I suspect enterprise customers using clusters and HA is a…
-
I have a heartbeat alert that triggers to our ticking tool. It alerts on a good condition (so it always fires), and resets on a timer. My ticketing tool alerts me if it has not received x (2) alerts in the last y period of time (30 minutes). The root cause is usually alert service hangs (in some instances only for some…
-
You might want to open a support case on this. When I have had issues with alerts in the past I usually have to restart the alerting service to bring it back (or a reboot of the host). The root cause was usually db fail-over if your using a cluster. Might want to check out the requirements doc for your version. I don't…
-
Which events are you looking to capture? I run my hardware alerts on the status (warning and critical state).
-
I have been told repeatedly that they will not put all fixes in the release notes :(, so it might be worth asking via a ticket.
-
Following up on this request
-
Also having this issue. The website has a remanage button. The application pool only has an unmanaged (no remanage).
-
Mostly a SWQL studio user if you need input on that front.
-
Edit to remove leading 'and' as posted by @"christopher.t.jones123" (thanks again for peer review ).