I to create an alert that tells me when I have less than 10 GB free on the D:\ of a guest VM. I have only found alerts for percentage of free space, but not actual data size
How to create an alert for disk free space in GB rather than a percentage?
Active Alerts but why not all alerts?
Anyone else find "Active Alerts" just about useless because of how they've implemented alerting?
I'm struggling to create a useful view within Orion that will show alerts based on unique criteria. The "Active Alerts" view almost gets us there but the fact that is doesn't display alerts that have been reset makes it not usable for us. We have a large number of critical alerts (most are component monitors) that are required to reset almost immediately in order to pick up the re-occurrence of a monitored event. Also, with events like node/interface down or capacity or whatever, the fact that the alert resets soon after the trigger is normal and expected. I'm baffled why the main display for alerts would not take into consideration this behavior. My expectation is that an "Alerts" view could show all alerts triggered within a given period of time for instance, instead of those that just happen to still be active.
I understand that unique SWQL queries can be created (we've created many) but these present their own limitations and we have yet to create a view that has the interactive feel and customization options of the "Active Alerts" view.
Am I missing something?
Bobby
Hourly Average bps- Need SWQL Help
All,
I have the below report that is intended to give me an hourly average bps over the last 24 hours. However my data doesnt appear to be getting averaged over the hour, as I have multiple entries per hour for the same interface. Can anyone clue me in to what is messed up in my query? thank you!
SELECT I.FullName, DateTrunc('Hour', NIT.DateTime) AS Date, ROUND(AVG(InAveragebps)/1000000, 1) AS AVG_IN_MBPS, ROUND(MIN(InMinbps)/1000000, 2) AS MIN_MBPS, ROUND(MAX(InMaxbps)/1000000, 2) AS MAX_MBPS
FROM Orion.NPM.InterfaceTraffic NIT
INNER JOIN Orion.NPM.Interfaces I ON I.InterfaceID = NIT.InterfaceID
INNER JOIN Orion.NodesCustomProperties CP ON CP.NodeID = NIT.NodeID
WHERE I.FullName LIKE '%outside%' AND CP.City NOT LIKE '%MAIN%'
AND DateTrunc('DAY', NIT.DateTime) >= DateTrunc('DAY', getDate()-1)
GROUP BY I.FullName, NIT.DATETIME
ORDER BY ROUND(AVG(InAveragebps)/1000000, 1) DESC
balancer in solarwind
F5 BIG-IP versions in use
What version of BIG-IP your F5s run?
Do You use Product Upgrade Advisor website before you upgrade product?
SolarWinds has Product Upgrade Advisor website which helps users to validate compatibility of product versions.https://customerportal.solarwinds.com/support/product-upgrade-advisor
Do you use that prior any product upgrade?
Which Help Desk / Service Desk are you using?
VSS vs. standalone switches
What percentage of all your switch ports approximately comes from stacked and standalone switches?
Cisco ASA as a Default gateway?
There has been over 1 million of Cisco ASAs built and deployed around the world in a past years (good job Cisco!). As not supporting SNMP protocol properly, they often complicate our lives when configured to be Default gateways, not allowing products like SolarWinds User Device Tracker to monitor what's behind. Do you use your ASAs as a Default gateways too? If so, what percentage of your network they route?
What is the #1 networking problem you need to solve in the next 30 days?
Please expand on “Other” and why by adding a comment below.
Mobile device monitoring/management features
Which of the following is your highest priority feature provided by your MDM solution?
Feel free to add more options in comments and vote for them using Like button!
Do you use the Network Sonar Discovery?
When adding new nodes to NPM, do you use Network Sonar or you add your nodes directly?
Are your Orion server and SQL database server in the same Active Directory domain?
Deploying Virtual Appliances
Are you comfortable with deploying virtual appliances?
We're discussing ways to deploy new products that may interact with your NPM (and other SolarWinds) deployments and one of our options is a virtual appliance.
Report that shows unplugged interfaces
I'm looking for a report that will show me which interfaces are configured as "display interface as unplugged rather than down".
Anyone have any ideas? Thanks.
What We're Working on for NPM (Updated June 1st, 2018)
NPM 12.3 has shipped and we're hard at work building the next release. Here's what we're working on, in no particularly order.
- Cisco ACI Monitoring - See NPM Monitor Cisco ACI and Support of a Cisco ACI networks in Network Performance Monitor.
- Remote Collector - New, agent based collector for distributed environments and hybrid deployments. See NPM Micro Polling Engine.
- Next Generation Orion Mapping - First version delivered in NPM 12.3 via Orion Platform 2018.2. Working on the next version. See Network Atlas Update?, Network Atlas Overhaul, and Granular Link Speeds in Network Atlas.
- Centralized Upgrades - See Easier Upgrades/Update/Hotfixes for Sites with Additional Pollers and Web Servers, and Modify Orion Platform to display all recommended hot fixes and Buddy Drops as alerts in the top of NPM's header when they're not already installed. Then make the upgrades happen with one click.
- Website & Database Performance Improvements
- Windows Device Guard Support
- SAML Authentication Support - See Support SAML.
- Replace syslog/trap with the functionality from our new Log Manager product - See One alerting engine.
Dependency aware Alert examples
Hi guys,
Could anyone please share screenshots of their trigger condition for an alert that is suited to mute Down alerts on Child objects that are down?
I have a dependency where a router is the parent and a group is the child. I only wish to receive alerts when the router is down and suppress the hundreds of alerts I would get when the group members are down. Any help greatly appreciated.
HTML code in Network atlas map showing
Couldn't think of a decent description for this, so I'll try to explain further what I'm seeing below.
I have a Network Atlas map showing various devices and I've incorporated variables (CPU, Mem etc) so that these can be viewed 'at a glance' for the various devices. On this particular map, I also have 'Percentage of used space' for a couple of the disks within that piece of infrastructure.
Due to the thresholds in place, these appear to want to show in red but instead of the colour changing (which it does for CPU and Mem) I get the following for the disk space (just to be clear, I outlined that in red). I don't have an example showing CPU/Mem at present, but I'm hopeful you understand what I mean here?
Not above thresholds shows as below (which is what I'd expect)
Same in all browsers (FF, Chrome, IE)
Any thoughts anyone, or if you wanted to try and replicate this, have a read through of HIDDEN GEMS IN ORION NETWORK ATLAS which is where I picked up this tip from.
network atlas tool tips
This has been driving me crazy and I can't find the solution although I'm sure it's simple. On the solarwinds web console, when hovering over a device included on a network atlas map, the tool tip displays the full html instead of just the tooltip message. Does this in both Chrome and Firefox. Anyone else have this problem or know the solution?
Thanks
Solarwinds agent getting too hungry!!
Can someone explain this?
restarting the solarwinds agent bring its back down to this
please dont tell me to change polling method the issue is the servers are spec'd out to do a task not then another 3rd of resource to monitor it.
Can I limit it somewhere or automate a service restart?
this is happening on about 20 servers that are close to the limits of the box's limits so is being highlighted.
Will probably be having this issue on other servers just not visable as they have more spec?