Comments
-
Some of our monitored servers provided different services for different clients, monitoring the sub folders is a must. It would be beneficial if we could select which folders are monitored.
-
I can see the customer properties listed in the group by drop down box.
-
I'm going through a similar process, I've created the custom properties, had a few to updated so deleted and renamed them. Now the dialogue to select a variable to insert, shows custom properties that I've deleted and not the new ones. Has anyone encountered this previously? I even created a test custom variable and this…
-
I am experiencing the same issue, even with the 'Use Windows Authentication' Checkbox marked. The error is returning a 'Select Denied' The credentials work fine as they are being used for the SQL Appinsight on the same server.
-
We have our Solarwinds alerts generate emails which are passed onto Cherwell and raised as incidents. This was a quick win as it meant we didn't have to make any changes to Cherwell. The team that manage Cherwell do like to keep things close to their chest as well which doesn't always help :-(
-
I have the same application running on multiple servers so ideally would like one application monitor to apply to them all. The issue i have is, the service name also contains the version number of the installed application. I want to avoid updating these on first assignment and when new applications are installed or…
-
Been searching a while for this answer :-)
-
I just had the same issue. Unable to mark your post as the answer. It worked for me. Thanks
-
I tried this and still get the same failure :-( SO, i did a bit more digging and looked through the SQL Logs. Even i set the Credential Type to Auto or Windows, i still get the following entry in the SQL error log: Login failed for user 'XXXXXX\.solarwinds-agent'. Reason: Attempting to use an NT account name with SQL…
-
Yes, Support advised me to stop and start the services. Not ideal but it worked. Thanks David
-
Thanks to kjc who posted SELECT REPLACE(Caption, '\', '\\') FROM Volumes
-
So this week, I've started configuring Disk Space Alerts. Headache . . . Took some testing and debugging, but the API will not accept the Back Slash Character \ in the POST Payload. Having a look now to see if there is a way of getting the drive letter from Solarwinds without the \
-
I've set up an integration using PagerDuty's V2 API Overview · PagerDuty Developer HTTP Posts sent to: https://events.pagerduty.com/v2/enqueue In my case, it was for an Application Down alerts. I have the Routing Key stored as a custom property against the Node, as we monitor multiple services for different clients. The…
-
Have a quick look through this, am i right in assuming it doesn't handle Clock Changes for Daylight Saving Hours?
-
Can some please change my user name? Currently its showing my email address. Wasnt clear that it would be public :-( Techno or T3chno if possible. Thanks David
-
The text file creates just fine and is just for debugging. the script does not write the $Process to the text file, so the $Process is not getting set from: $Process = Get-Process | Where-Object {$_.MainWindowTitle -LIKE "*$ProcessTitle*" } -ErrorAction SilentlyContinue
-
It was some settings in IE that wasn't allowing the current username and password to be sent :-(
-
Found the Issue :-) The account needs to be granted 'Log on as a Batch Job' * In the Control Panel, open Administrative Tools, then Local Security Policy. * Beneath Security Settings, open Local Policies and highlight User Rights Assignment. * Locate Log on as a batch job. Open the properties and add any users that need…
-
Hi, Was you able to get something working?