Search found 40 matches
- Fri Oct 27, 2023 10:30 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: HM System Log ExecutePool error: Threads=0; idle0
- Replies: 3
- Views: 8451
With that hint, I'll do some checking through HM userlogs and our own change management tools since we know the date that it started. It might be unrelated but I also noticed we have our Options-Behavior settings: Consider status of the master test obsolete after 60 Seconds. Is there a recommendatio...
- Fri Oct 27, 2023 11:46 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: HM System Log ExecutePool error: Threads=0; idle0
- Replies: 3
- Views: 8451
HM System Log ExecutePool error: Threads=0; idle0
I'm not noticing any problems with the day to day operation of HM but we are seeing these errors in the HM system logs at frequent but irregular intervals. [10.27.2023 11:05:38] Sys ExecutePool error: Threads=0; idle0 I'm wondering if you could just point me in a direction so i can begin to diagnose...
- Tue Oct 03, 2023 7:53 am
- Forum: Bug reports
- Topic: HMS - SetFolderVariable - strings with spaces
- Replies: 3
- Views: 32377
The reason I partially claimed 'bug' is because of inconsistency in how multi-line variable are handled when being assigned to UDV and FVAR. If I use the following HMS SetUserVariable udv_ackcomment %AckComment% SaveUserVariables SetCurrentFolder %FullPath% SetFolderVariable fvar_ackcomment %AckComm...
- Sun Oct 01, 2023 9:21 am
- Forum: Bug reports
- Topic: HMS - SetFolderVariable - strings with spaces
- Replies: 3
- Views: 32377
HMS - SetFolderVariable - strings with spaces
OS Windows 2008 R2 HostMonitor v 14.20 The funny things is this is very similar to a "bug report" I posted in 2013. https://www.ks-soft.net/cgi-bin/phpBB/viewtopic.php?t=7131 That one end up not being a bug, but I'm getting bit by a similar problem with HMS SetFolderVariable and %AckCommen...
- Wed Jul 08, 2020 10:22 am
- Forum: Other
- Topic: The Future Of HostMonitor
- Replies: 35
- Views: 131752
Not a lot of traction on this topic but I'll add my votes (9)- Android RCC would be awesome (or a even a revised Web Interface that is mobile friendly) (10)- Variables - How about a new test method that lets us built an expression using variables? Test Method (Expression) I'm doing this now with a P...
- Sun Feb 18, 2018 4:58 pm
- Forum: Wish list
- Topic: New Variable request %LastAckComment%
- Replies: 1
- Views: 18549
New Variable request %LastAckComment%
Call my annoying but I have another feature request. Hopefully it is as easy as the last one. I have an alert profile with an action based on expression: %AckRecurrences%==1 However if someone adds to the existing Acknowledgment, I cannot detect that in order to perform another action. I'd like to u...
- Sat Feb 17, 2018 8:07 am
- Forum: Wish list
- Topic: Group Edit of Tune up Reply Value
- Replies: 2
- Views: 21276
Well that's a really cool trick! I didn't know about the ImportMode = Modify option. I'm going to use that A LOT!! :D :D :D My request however still stands for the option to do a group modify of the Tune up Reply value via the GUI, but it is a lower priority now that I know about this other option. ...
- Fri Feb 16, 2018 4:05 pm
- Forum: Wish list
- Topic: Group Edit of Tune up Reply Value
- Replies: 2
- Views: 21276
Group Edit of Tune up Reply Value
I'm trying to edit a group of tests that all use a consistent Tune up Reply value and modify the Tune up. I find when I select multiple tests that are grouped in a view that the Optional status processing for Reverse Alert, Treat Unknown Status as Bad, Treat Warning Status as Bad, Use "Warning&...
- Tue Jan 16, 2018 1:47 pm
- Forum: Wish list
- Topic: Active Agent Allow Remote Management - TCP Sessions
- Replies: 6
- Views: 31624
- Tue Jan 16, 2018 8:00 am
- Forum: Wish list
- Topic: Active Agent Allow Remote Management - TCP Sessions
- Replies: 6
- Views: 31624
I'm running HM on Windows Server 2008 R2 but the agents are all over the place. The RMA is typically on Windows 2008 R2 or higher with only a few Windows 7. And yes in all cases these are running as services. Glad to know some functionality is there. Hopefully it makes it easier to implement on the ...
- Mon Jan 15, 2018 10:48 am
- Forum: Wish list
- Topic: Active Agent Allow Remote Management - TCP Sessions
- Replies: 6
- Views: 31624
- Mon Jan 15, 2018 10:46 am
- Forum: Wish list
- Topic: Active Agent Allow Remote Management - TCP Sessions
- Replies: 6
- Views: 31624
Active Agent Allow Remote Management - TCP Sessions
We have our Active RMAs setup to use port 5056/tcp for the HM Connection and 5057/tcp for the "Allow remote Management" option. As we have been adjusting our firewall logging for better compliance we are seeing a huge number of TCP Connection Reject messages. We traced this down to the fac...
- Thu Nov 30, 2017 5:02 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Tune up Reply Syntax using getnumber
- Replies: 3
- Views: 12844
Worked perfectly! I just couldn't see the forest!!! Thank you. HM is a wonderful thing! And for the sake of anyone else reading this in the future, below is the final tune-up I used. It makes it very readable in the alert we send out: This all assume %SuggestedReply% div 100 = seconds. If your time ...
- Thu Nov 30, 2017 3:31 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Tune up Reply Syntax using getnumber
- Replies: 3
- Views: 12844
Tune up Reply Syntax using getnumber
As part of a larger if/then/else setup I'm trying to get the numeric value from a the previous result of this test and subtract that from the most recent result The background. I'm taking a numeric value from an SNMP GET of the UpTime Counter and doing a Tune up of the value to present the original ...
- Thu Oct 26, 2017 4:12 pm
- Forum: Wish list
- Topic: Using HMS to delete a folder variable
- Replies: 1
- Views: 12935
Using HMS to delete a folder variable
I have a script set to create a folder variable and I'm running this script as as ACTION from a test. I've made the script flexible by defining the CurrentFolder within my test's %CommentLine2% So my script to CREATE a Folder Variable works fine: SetCurrentFolder %CommentLine2% SetFolderVariable fva...