Search found 375 matches

by Kris
Thu Sep 28, 2023 12:16 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: DNS Blacklist query
Replies: 6
Views: 13950

Hi Alex, You beat me to it! :lol: Fresh start in the morning, got it to work. 8) To do a DNS blacklist check, create a DNS test with the following settings: - Server: any working DNS server (I used 8.8.8.8 ) - Query (for spamcop): <reversed IP to check>.bl.spamcop.net - In 'Optional Status Processin...
by Kris
Wed Sep 27, 2023 9:12 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: DNS Blacklist query
Replies: 6
Views: 13950

Hi Alex, The DNS blacklists return an IP address based on a reverse query. If you wanted to know if 11.22.33.44 was blacklisted with Spamcop, the nslookup query would be: NSLOOKUP 44.33.22.11.bl.spamcop.net I can't seem to translate that to the DNS test in HM Must be missing something (again.. :lol: )
by Kris
Wed Sep 27, 2023 8:43 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: DNS Blacklist query
Replies: 6
Views: 13950

DNS Blacklist query

Hi!

Do you think it is possible to use the DNS test to query DNS blacklists?
And if so, could you please point me in the right direction for settings?

Thaaaaanks!
by Kris
Mon Sep 11, 2023 7:30 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Use variable from Event Log test to use in alert
Replies: 3
Views: 10815

Thanks for your reponse, Alex.

What I will do instead, is whip up a powershell script to scrape the eventlog for 4625 events and if found, send the email message to the user + set test status to warning.
That'll do as well :D

Thanks for inspiring ;-)
by Kris
Mon Sep 11, 2023 2:55 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Use variable from Event Log test to use in alert
Replies: 3
Views: 10815

Use variable from Event Log test to use in alert

Hi all, I have a test that checks Windows event logs for OWA login failures (event ID 4625). In that test, I extract some useful details with a tune-up like this: if ("%SuggestedStatus%"=="Bad") [substr("%SuggestedReply%",indexof("%SuggestedReply%","Accou...
by Kris
Fri Jul 21, 2023 3:43 am
Forum: Other
Topic: Just wanna say...
Replies: 1
Views: 29535

Just wanna say...

Hi everybody, As I'm just a few months away from being a retired old fart, I just wanted to take a moment to show my appreciation to the KS-Soft team. For many many years, HostMonitor has been my to-go-to solution for monitoring all sorts of stuff on the infrastructures I have been responsible for. ...
by Kris
Thu Jul 13, 2023 6:53 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: V 14.01: Errors when using 'Use warning status if'
Replies: 7
Views: 15591

Ok ok. got it :-)

Suppose I have been lucky all the time for the test working with my dodgy use of syntax hehehehe
by Kris
Thu Jul 13, 2023 6:15 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: V 14.01: Errors when using 'Use warning status if'
Replies: 7
Views: 15591

Hi Alex,

Your solution works.
However, I'm still puzzled on how this has worked until the 14.01 update.

Anyway, thanks for helping me out once again... :wink:

Have a good one!
by Kris
Thu Jul 13, 2023 4:08 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: V 14.01: Errors when using 'Use warning status if'
Replies: 7
Views: 15591

An actual test (not a ShellScript btw): Windows Performance Counter (Exchange Queue size): \MSExchangeTransport Queues(_total)\External Aggregate Delivery Queue Length (All External Queues) --> The test returns a 2-decimal numeric value (e.g. 0.00 or 7.00 or whatever...) Use warning if expression: %...
by Kris
Thu Jul 13, 2023 2:47 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: V 14.01: Errors when using 'Use warning status if'
Replies: 7
Views: 15591

V 14.01: Errors when using 'Use warning status if'

Hi guys, Just updated to 14.01 Several test that have a 'Use "Warning" status if..' setting now give errors like: Invalid expression: ConditionEval: Unknown operator: followed by the condition value itself. These are Shell scripts, returning a value from the script, either a string or nume...
by Kris
Mon Jul 10, 2023 8:11 am
Forum: Wish list
Topic: Another chart wish
Replies: 5
Views: 48094

I don't get it then. I have a test that calculates the sum of logged on users on 5 rds hosts, which gives a number of somewhere between 150 and 200 during office hours. Looking at the data somewhat closer, it seems that the values for the log analyzer are being stored around midnight. Are those the ...
by Kris
Mon Jul 10, 2023 1:28 am
Forum: Wish list
Topic: Another chart wish
Replies: 5
Views: 48094

Example: I have a test that calculates and displays the sum of 5 other tests as tuned up value. So first I created a ping test to the HM server itself, just to have a 'parent' test. Then, in the tuned up value I calculate the sum of the 5 other tests. Now, in the log analyzer, the ping response time...
by Kris
Fri Jul 07, 2023 3:07 am
Forum: Wish list
Topic: Another chart wish
Replies: 5
Views: 48094

Another chart wish

Hi guys, I use the History/Performance charts quite frequently. One thing I run into every now and then is the 24-month limitation. Sometimes it is handy to be able to have a chart that goes back further. I tried the log analyzer, but for 'Tuned Up' tests it shows the actual values, not the tuned up...
by Kris
Wed Jul 05, 2023 12:38 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Set BAD to WARNING after acknowledgement
Replies: 7
Views: 15851

Hi Alex, This is the case: We use TeamViewer to give external consultants access to our servers. This is on a per-request basis. We have a test on each server that monitors the presence of the TeamViewer process. Once it is detected, we acknowledge it with the reason. Then, it is no longer 'BAD', be...
by Kris
Mon Jul 03, 2023 6:44 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Set BAD to WARNING after acknowledgement
Replies: 7
Views: 15851

Hi Alex,

Unfortunately, that doesn't work either.
It looks like when it changes to 'WARNING', the %AckRecurrences% are reset as well, making it 'BAD' again... and so on :-)