Comments
-
If I use month in datetrunc function, that returns two separate dates with first dates of months. This happens because availability calculation is spanned on two separated months, right? And if data retention is with default settings, last month early days might be gone. If I want to make monthly reports, report should be…
-
Thanks tdanner!
-
Great post! Is there a way to drop off weekend days? I tried to use ((DATEPART(dw, datetime) + @@DATEFIRST) % 7) NOT IN (0, 1), but datefirst function is not available in SWQL.
-
Hi Vinay.by, I think that alert configuration doesn't catch up situations where interface is pumping: For example timeline for one interface which had issues: 08:22 If Down 08:18 If Up 08:14 If Down 08:10 If Up 08:08 If Down
-
Yes, I figured out how NetObject can bee found. Nice code! I think there's less code when I'll change logging to write also NodeID for parsing. After that I'm able to use NodeID directly.
-
Not actually. I started building custom connection to our Helpdesk system to make requests when alerts triggers, which came more important than this. I still would like to solve this, but it's not high on priorities.
-
OS: Windows Server 2008 R2 SP1. Application template now monitors Exchange 2010 Mailbox Role Services (10 components with WMI). WMI is polling method. I changed to RPC for few days and that worked without any problems. Now I changed back to WMI and try to do some network capturing with Microsoft Network Monitor on…
-
No problem, but thanks. I found correct table. It seems to need more advanced SQL query to combine certain tables with nodes, application, interfaces, etc.
-
OK, thanks. So this means that when I only have NetObjectID as number, there might be possibility to wrong object. I'll just have to change logging for more detailed to avoid duplicate entries.
-
Thanks. Yes, I vote it up, after making Feature Request
-
thanks tdanner! I did 32-bit installation manually, but forget to do that also for 64-bit..
-
Thanks!
-
aLTeReGo, sorry about late answer. I have tried to use Timeout value, but that didn't help. I think there's is no log about port number when port is opened for WMI connection? Perhaps long and hard way is to limit WMI ports on certain series (like 50000 - 55000) and follow up what series will cause "unknown" behaviour.
-
Thanks aLTeReGo! I was not aware of Account Limitation Builder.. That did what I needed.
-
OK, thanks. Storage Manager seems to need double groups to limit SAN access.
-
Thanks!
-
Thanks! I was having blind spot on conditions. I have now corrected conditions - now I'm just hoping hardware to get Warning or Critical to see if rule works
-
Thanks madhavan, now I got information what I needed.
-
Perhaps I'm missing something, but I'm not sure how that's going to work with default reply address: Let's assume that default reply address would be monitoring@foo.bar Then I use email alert action using $default as reply address. Node A has custom property email address foo1@foo.bar and Node B has foo2@foo.bar. If B…
-
So, does this means NetObjectID is just row number from Metadata.EntityMetadata table?
-
WPM seems to do what we need, I ran evaluation. We are still waiting few features for WPM, especially custom properties to make it more to fit our needs.
-
deverts, Yes, we have NPM in use. I found needed fields from there. Unfortunately (Ruckus) controller shows same 'WLAN' name for every AP, which makes identifying individual AP quite hard =) I'll search answer to that from NPM forum. Thanks!
-
Hi Rob, Is that based on what table? I'm trying to use All Alerts-table on web report, but it will not give any rows. There are active advanced alerts, but I cannot see any with this report.
-
What "Real Multi-tenancy support" in practice will mean? Support for VRFs or what?
-
Hi tmako, I think you have hit same wall as I. My understading is that email validation has error in code. Here's fix for that, if you have courage to change it .
-
Problem solved, I found problem from code. Changed these lines: param($Issue, $Credentials = $Credentials, $BaseURI = "https://foobar.somewhere") TO: $BaseURI = $args[0] . . . if($Issue) { $uri = "$BaseURI/rest/api/latest/issue/$Issue" } else { $uri = "$BaseURI/rest/api/latest/mypermissions" } TO: $uri =…
-
Thanks, that worked!
-
Thanks Jamison, that's information what I needed.
-
Hi, Can you clarify: did you find advanced config from SolarWinds Syslog service? I would like to get TCP syslog messages also to Syslog service, because I would not like to spend money on additional Syslog service which supports TCP.
-
I found temporary fix for this and made Feature Request: