Comments
-
Probably it could be your db or there could be a lag, once you delete the device from GUI check if its removed from the db completely.
-
Once you are done with your report login onto your Primary Solarwinds Poller and search for Orion Report Scheduler. Solarwinds Orion -> Alerting Reporting Mapping -> Orion Report Scheduler, if you are running on NPM 11 and + you would find this on Solarwinds Web Portal (Settings -> Manage Reports -> Schedule Manager)
-
This might not sound great, but if you have WPM in your environment you can create/record a transaction which does this (Its just a workaround not a great idea though)
-
This part is done by the Report Scheduler and the feature you are looking for is not available.
-
aLTeReGo - why me lol sotherls - you have a response from aLTeReGo , let us know how it goes
-
Have you tried opening that https link of your from the poller its hosted on ? Check how is the link responding from your poller.
-
Orion Log Viewer also ships with its own database specifically designed for log collection. Lessening the impact of collecting logs on your Orion database. Query: Does this mean its a mandate to have a new database for OLV ?
-
Nice
-
Hi joshmohan, If I understand rightfully what you are looking for, we have one reserved ip for SolarWinds Primary Poller, one reserved ip for SolarWinds HA Server plus one reserved ip for HA Pool that would be created for the same which in your case is VIP (you would decomm your old solarwinds server and use the same ip…
-
Start looking at Manage Views, you can create a view accordingly and then look at customization of tabs (Settings -> customize menu bars) rather than changing the default parameters Home Page & Tabs. Once you are done with it look at the Manage accounts (You can link the new changes to particular users as required,…
-
I totally agree with jbiggley 'is equal to' yes, is always a better option than a negative. Its always good to go with specific matches on Alert Manager as alert manager hits the DB to fetch its information.
-
aLTeReGo - Do you know why is it so ?
-
On a lighter note - I can still see the IP address on the screenshot I get the point now - looks like its as per the original design. I just verified the same on my box and yes I can see the same -> shuffling of the sequence I don't have an answer , but then what I can think of is -> "There is no sequence to it , it just…
-
Looks like you are talking about the polling rate available on this view. They are actually dependent on the type of nodes,custom pollers and monitor's you add onto each of your pollers. This is as per the original design and it could happen that you might not have the same metrics as well in certain cases. As I mentioned…
-
Do you have any scheduled node discover rules set on your SolarWinds ? Verify and validate them as suggested above and if required modify them accordingly. Settings -> All Settings -> Discover Network **Based on the assumption that you haven't added these nodes/ips on your SolarWinds.
-
If you dont want to do it on the node , then do it for the disk. Create a custom attribute for disks
-
might not be a great approach but then you can ad a 'custom attribute' and use the same on alerting. Example 'Device Scope : Prod/Test' - Add this attribute on your alert condition 'Device Scope: Prod' When you add a new server keep 'Device Scope: Test' once it starts collecting data change the attribute to Prod. Hope it…
-
Do you have additional pollers in your environment? If you do, you could go ahead and add this node again on a different poller as a WMI node (its just a work around) hope it helps. But if you have a single main poller the above statement will not hold good.
-
Use Message and Statistics variable to get the status of the same from the script and use the same in your alerting
-
Why dont you write a script yourself to find out if process is running ? Embed that script into a Linux/Unix Script monitor component
-
Ok i get it now, looks like an issue with what was copied by the installer, check this thread -> Configuration Wizard error "No valid package combination was found for current system" Thread talks about the repos, see if you can find something different on primary and standby repos
-
Did you select both modules during installation on Standby Server ? I am assuming both servers (primary and standby) have similar hardware and software pre-reqs. select both NPM 12.1 with HF 3 and NCM 7.6 with HF1
-
When you run the Orion Installer on Standby Server , since you have 2 modules on you primary, select both NPM 12.1 with HF 3 and NCM 7.6 with HF1 when you are installing on the standby server.
-
I am assuming this is what you did: HA provides a downloadable installer from the primary server with a list of all products and versions. This installer ensures both servers match. * In the Orion Web Console, click Settings > All Settings > High Availability Deployment Summary. * Click Setup a new HA server. * In the…
-
Let me know how it goes, as well please let me know which method are you using for HA installation.
-
How are you installation HA ? Are you downloading the package from you primary server (Settings -> High Availability Deployment Summary -> Set Up A New HA Server) move this package onto secondary and then run the install OR are you running the installer which is picked up from Customer Portal ? "The issue seems to have…
-
You have all the help that you need on thwack, but i would suggest you to go through the videos, this is much quicker and makes it easy for you to understand the application. SolarWinds Video Hope it helps.
-
I have created a template that monitors a windows service (print spooler) on a server that doesn't use that service ? - What is the current status on that component ? Did you check that after you placed the template onto the node ?
-
Hi mikenai If you want to pick those details from Report Writer then go with a 'Advanced SQL' Report , account details that you are looking for would be under 'Accounts' table on the DB. SELECT * FROM Accounts this would give you all fields available on the table(probably 50+ fields), but then pick only the fields that…
-
Baseline is data for that period (where you see gaps) is not present on the DB, it could be transaction timed out or transaction never completed or even though transaction was successfully WPM failed to write it to the DB etc etc Raise a case with Solarwinds support and send them the diag , you might get to the root cause.