Comments
-
Im glad it wasn't just me! I didn't hear anything close to the answer in the video!
-
For us it is as simple as having less physical machines and more virtual machines. Less power usage = more green!
-
I think the problem is with your query. I got the same result as you when i had the "group by nodeid". I took that off the query and it ran and returned a 0. See the below query. SELECT ISNULL(count(*),0) as Comments FROM Orion.NPM.Interfaces where (Interfaces.AdminStatus = 1) and (Interfaces.NodeId =888 ) and…
-
From the first image you sent it doesn't look like you're using the swql / sql feature. I just tried it on my system it returned a 0. Take a look at the attached screenshot. Mine says SWQL and shows part of the query.
-
Doesnt the 'Trigger Alert when all of the following apply' only apply to Node Name is equal to mynode? Then the rest is in an Or statement. It needs to be set up to ware it only triggers if Node Name is equal to mynode and if any of the other conditions happen it triggers.
-
Okay, thank you for your time.
-
That is perfect. Thank you.
-
This is a pretty basic and pretty rough windows script you could you use. Just change the path to point to the files you want. You can add more or delete them as needed. Let me know if you have any questions. CheckifFileExists("C:\1.txt") CheckifFileExists("C:\2.txt") CheckifFileExists("C:\3.txt") Wscript.Echo "Message:…
-
Can you not use define SQL/SWQL Variable? See the attached screenshot. Otherwise what about a custom script?
-
Im confused on where this code is coming from "On ${N=Generic;M=DateTime;F=DateTime} ACCS Interface count=$ ) and (Interfaces.InterfaceAlias like '%ACCS%' ) group by Nodeid}' can you include a screenshot?
-
Interface Downtime and Availability - Incorrect That had some helpful information. Hope it helps you too.
-
I turned off the server that I am monitoring. Solarwinds says that the server is down but, it does not trigger any alerts. All of my other alerts are working fine and my Orion serveces are running.
-
What does User Connections, transactions per second, deadlocks per second, blocked queries actually do and where should the results of those be?
-
You are correct. I did not have a trigger, but i didn't need one. The top image shows that 0 objects would be triggered when i set up the alert. Turns out there was a bug in solarwinds using sql and custom pollers. The only resolution that solarwinds offered was to change all my alerts to SWQL. This corrected the issue.
-
I agree with raj512. We need an audit that shows who is adding/deleting/ interfaces and nodes!
-
That looks like all current information. I am wanting something where it stores historical statistic data.
-
That was it...i fixed it by running this command in dos netsh firewall set icmpsetting 8 Thanks.
-
If you're refereeing to Microsoft SQL server backups there are several SAM application monitors that will show you that. Or if you want to just pull it through MSSQL you can do that too. Which did you mean?
-
I believe we hit the maximum number of emails we could sent through Gmail. It was unrelated to Orion.
-
Just in case anyone has the same question i believe this can be done using Orions SDK.
-
We installed it on our main Orion box. Im not sure how your network is set up, but with ours we have it pretty restricted so that only the IP of our Orion box can access a lot of the devices. So it made sense to put it on there. Its a pretty small program and didn't seem to use a lot of resources.
-
You'll probably have to use either powershell, windows script monitor, or linux script monitor (if its a linux machine) and write something to do this. Let me know your environment and i can probably help.
-
Would something like this work? Otherwise im out of ideas. select isnull(count(interfaceid),0) as num from Orion.NPM.InterfacesCustomProperties where interfaceid=8888888888888888
-
Can you share your query?
-
Did anyone figure this out. I am having the same issue.
-
I've had a lot of issues when changing volumes. Typically, i just remove and readd the volume.
-
Im not sure about a "value has changed", but what you could is have two alerts. One for the primary and one for secondary. There may be a better way to do this since one alert will always be triggered, but thats the easiest way i can think of.
-
Turned out to be a bug with the version of SAM we were on. We upgraded and it fixed the issue.
-
I am performing the walk from the same poller and server with all the same credentials. I have a feeling it is missing that OID like Leon talked about. Ill open a trouble ticket on it. Thanks for you help.