Search found 2833 matches

by KS-Soft Europe
Wed Sep 13, 2017 1:02 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test shows false Normal
Replies: 3
Views: 16032

Thanks, that was the problem. You are welcome. Oddly enough, the test I copied and edited did not have that box checked. How exactly did you make test copy (copy single test item, copy folder with subfolders and test items, export/import from text file,...), using HostMonitor or RCC? What about exp...
by KS-Soft Europe
Wed Sep 13, 2017 12:13 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test shows false Normal
Replies: 3
Views: 16032

"Normal" - custom status. This status is set if "Use Normal status if" option is enabled and provided expression resolves to True. Please note, "Use Normal status if" option is located on Test properties dialog and can be hidden. You need to press [+] icon above "H...
by KS-Soft Europe
Mon Sep 11, 2017 6:52 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: SNMP Trap Issues
Replies: 5
Views: 19055

SNMP data received by HostMonitor are redirected to all SNMP Trap test items, then each SNMP Trap test item filters all messages and accepts messages that correspond configured rules. We recommend to setup one SNMP Trap test items with default settings(filters) for testing. It will accept (set Bad s...
by KS-Soft Europe
Mon Sep 11, 2017 6:12 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: SNMP Trap Issues
Replies: 5
Views: 19055

Please check SNMP TRAP related options first, using menu: Options -> Misc -> "SNMP Trap tests". "Receive traps on UDP port #162" should be specified there (most likely it is, bu check to be sure) Then you need to create SNMP Trap test item. With default settings, this test item s...
by KS-Soft Europe
Wed Aug 30, 2017 1:17 pm
Forum: Wish list
Topic: [SOLVED] Warranty date check
Replies: 7
Views: 29055

You may use the following VB script with Shell Script test method: Option Explicit On Error Resume Next const statusUnknown = "scriptRes:Unknown:" const statusOk = "scriptRes:Ok:" const statusBad = "scriptRes:Bad:" Dim objArgs, textdate, dat, diff, baddiff Set objArgs =...
by KS-Soft Europe
Tue Jul 04, 2017 6:55 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ShellScript VBScript returns nothing
Replies: 5
Views: 19214

You are welcome!
by KS-Soft Europe
Mon Jul 03, 2017 1:44 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: ShellScript VBScript returns nothing
Replies: 5
Views: 19214

Looks like your value is accessible only for 64 bit applications. 32 and 64 bit applications may retrieve 2 different values from the same registry key/value path. You may test your key/value path using "Registry" test method (choose "use Win32 reg" then "use Win64 reg"...
by KS-Soft Europe
Wed Jun 07, 2017 2:00 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ADFS token certificate expiration monitoring
Replies: 4
Views: 20999

You are welcome !
by KS-Soft Europe
Tue Jun 06, 2017 12:41 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: ADFS token certificate expiration monitoring
Replies: 4
Views: 20999

You may use "Shell Script" test method with cusom Powershell script: $statusUnknown = "ScriptRes:Unknown:" $statusOk = "ScriptRes:Ok:" $statusBad = "ScriptRes:Bad:" if (!$args[0]) { echo $statusUnknown"Cartificate expiration threshold is required." e...
by KS-Soft Europe
Mon May 22, 2017 11:01 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Slashes on %Reply%
Replies: 5
Views: 20544

What exactly test method returns Reply with CRLF?
What test settings do you use?
What is your current HostMontor version?
by KS-Soft Europe
Tue May 09, 2017 1:21 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Can I test the value from another test in the same folder
Replies: 4
Views: 19100

You may access another test item values using variables with the following syntax: %::TESTNAME::Reply% %::TESTNAME::Status% etc. You may add the following "use Warning Status if" expression into virtual memory test: '%::myVirtualMemoryTest::Reply_Integer%' < '10' "Treat Warning status...
by KS-Soft Europe
Thu Mar 30, 2017 3:31 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Shell Script: Error: Invalid result (ÿþ2
Replies: 7
Views: 27867

Could you assign "Replace a process level token" privilege to your domain admin account on the machine, where HostMonitor is running ("Administrative Tools" -> "Local Security Policy" applet -> "Local Policies" -> "User Rights Assignment")? If this w...
by KS-Soft Europe
Wed Mar 29, 2017 2:13 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Shell Script: Error: Invalid result (ÿþ2
Replies: 7
Views: 27867

Could you select "Local system account" on Service page of HostMonitor Options dialog and restart HostMonitor service? Domain admin account can be specified in services.msc Please note, these changes may affect test items, performing connections to remote systems without explicity specifie...
by KS-Soft Europe
Wed Mar 29, 2017 8:27 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Shell Script: Error: Invalid result (ÿþ2
Replies: 7
Views: 27867

Could you give more details: 1. What HostMonitor version do you use? 2. What Windows/Service pack do you use? 3. HostMonitor started as Application or Service? 4. What User account is used for Windows Service (services.msc) and in "Service" page of HostMontor Options dialog (local admin, d...
by KS-Soft Europe
Wed Mar 29, 2017 8:03 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Shell Script: Error: Invalid result (ÿþ2
Replies: 7
Views: 27867

Could you please check if you have
SScript_UseWindowsPipe=0
parameter in [misc] section of your hostmon.ini file?

Try changing it to:
SScript_UseWindowsPipe=1

HostMonitor restart is required.