Comments
-
I created a SAM template to look for event ID 6008 and 6006 which indicates a shutdown. The problem i'm running into is that the template is not catching those event IDs when a server is shutdown. I assume it's not catching it due to the polling times, it can only poll every 60 seconds. Any ideas kpmarcin?
-
That worked. Thanks David!
-
mesverrum I got this working and can pass in my own variable: $server = $args[0] $DeleteOlderThan = (Get-Date).AddDays(-365) #files older than a year $Destination = "\\$server\C$\Windows\Installer\" Get-ChildItem $Destination -File | Where-Object { $_.LastWriteTime -lt $DeleteOlderThan } | Remove-Item -Include "*.msi"…
-
I thought it would get ${IP} from the Network Path to external program (under trigger actions where you edit the alert): C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -Command "C:\PROGRAMNAME.ps1 '${IP}'"
-
I configured the web console for IIS in the CW. I have also restarted the SW Admin service...still having the same issue.
-
I am running the site over HTTPS, restarted the web server, and cleared cache.....still unable to view this page.
-
i sure will! have you opened a case with support hudey123?
-
serena This template works, however it is not returning the correct number of days until the SSL Cert expires. I have the SSL Certificate Expiration Date template applied to over a hundred other nodes, but i'm only getting this error on 2 of them. I have case 00444914 open with support, but have not had much communication…
-
I'm getting this same error on a few of my SSL Cert monitors as well...did you get any resolution for this mario.vrgoc?
-
Yikes...i use this resource for several of my views. i might be holding off on this upgrade (was supposed to be this Friday) if that is the case...
-
Hey jrouviere i'm trying to get a Python script to work here, but am having some issues. I get this error when i run it: which is odd to me. why is it looking in a temp file for the script? probably a dumb question... the script runs fine on the Orion server (all necessary libraries are installed, etc.) any help would be…
-
deverts thanks for your reply. 1. The only problem with using a netpath agent, is that we have ~1600 of these devices to monitor. I'm not sure how practical it is to have 1600 netpath agents. wouldn't i be restricted by resources on my polling engines? 2. so maybe i should try the ifInError/ifOutError OIDs? 3. We do have…
-
Thanks for the response! This is what i've got: I'm still getting messages coming through that contain "Wireless". any ideas mesverrum?
-
This helps. thank you.
-
this is awesome! thank you mesverrum! what if i wanted to report on just one specific alert? or even just limit this query to the top 100? i'm not dangerous enough with SWQL yet to accomplish this one.
-
I am also having the same issue. I am on the latest version of everything with 2019.4. My tickets also just are not resetting when the alert is reset.
-
Wow not sure how i missed that...but i just tested it and it is working. Thank you very much!
-
In the screenshot of the performance analysis, it is showing disk space used. if it polls a "0" or "-2" for disk space used, isn't the Volume Available Space as much as the drive holds? For instance, if it is a 100GB disk, and polls a value of 0, there is 100GB available, right?
-
Yeah, i plan on opening a case with support if i can't get an answer here. i'm just confused why this would trigger in the first place because it doesn't seem to meet the trigger condition:
-
that's a good thought. i just checked and unfortunately the last time this happened was on January 9th around 9PM and it polled it for a value of "0":
-
thanks for that. I didn't realize it was being deprecated...that's not good for what i'm trying to accomplish! right now, i'm using trap viewer to execute a PowerShell script that sends HTTP POST messages to our Slack channel for specific traps. do you know if there is going to be a program that takes its place?
-
I have ran it as the account i'm using on multiple machines and it works. Also, i wouldn't expect it to get to the first if statement if permissions were the issue, wouldn't it fail before it gets to that?
-
oh man...i knew it was something probably simple, but really?!?! That worked like a charm. thank you so much!
-
This is helpful. Thank you!
-
Yeah, i saw that. but the answer didn't seem to be definitive. do you know if there is any solarwinds documentation on this?
-
How would we deploy the report to SQL Reporting Server? If we know how to do that we can deploy the reports to report server and can configure the connection string inside Report DataSource to use ApplicationIntent.
-
Thank you dan jagnow this is helpful. when you say "You'll also need to decide whether you're looking for the worst measurement for each node ID within that time window, take the most recent measurement for each node in that window and look for the worst of those, or if you want to average the measurements by node within…
-
I guess the widget is just poorly worded... I don't have the "edit" button to filter out...i wonder if that's because i have a view limitation?
-
So now some weird stuff is happening with this alert...the alert will trigger for some nodes when BOTH port 1 and port 2 are down. I've tried turning the alert off then on again, but no luck. I have also tried deleting and re-adding the node. Do you have any other suggestions? It's effecting about 10 nodes.
-
This worked! Much appreciated!