Search found 216 matches

by Kapz
Sun Dec 25, 2011 1:16 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: SMSing
Replies: 3
Views: 13806

Hi Just came across this one as I got the same error "Cannot send SMS. Primary GSM account is not specified" when using the Test function within the GSM settings. It turned out that HostMonitor wants a PIN code entered even if a PIN code is not needed in order to send an SMS through the se...
by Kapz
Thu Dec 03, 2009 4:40 am
Forum: Wish list
Topic: Possibility to keep current status
Replies: 6
Views: 19393

Hi ! Sorry for not getting back before now :oops: Tom: > Is there any way you can check that it is RMA is the responder to your > TCP connection request ? I am pretty sure that it is in fact an RMA that answers on out chosen TCP port 3456. I do see the point in your suggestion about other applicatio...
by Kapz
Thu Nov 19, 2009 2:42 am
Forum: Wish list
Topic: Possibility to keep current status
Replies: 6
Views: 19393

Hi Tom ! Thanks for your reply. Although I see the idea in your suggestion it probably won't do the job as we already use dependencies widely. Our standard method for monitoring a server is this: 1) Can HM itself ping the server at all ? 2) If yes, can HM itself make a TCP connection to the RMA's po...
by Kapz
Thu Nov 12, 2009 7:54 am
Forum: Wish list
Topic: Possibility to keep current status
Replies: 6
Views: 19393

Possibility to keep current status

Hi ! I have a problem that seems to be chasing its own tail no matter how I turn it around so perhaps someone here is clever than me :wink: Initially what we experienced was this: A test carried out by an agent fails with an RMA connection error as reply and status changes to Bad (please forget abou...
by Kapz
Wed May 20, 2009 12:12 pm
Forum: Wish list
Topic: Ideas for the new Service list window
Replies: 2
Views: 12312

Alex,

> If you use %path% variable, HostMonitor will display this property automatically.
Yes, I just tested a bit with setting up patterns and using %path% seems to do the job.
All of our patterns was turned off so it never crossed my mind to use them.

Thanks for the hint !

/Kasper
by Kapz
Wed May 20, 2009 3:35 am
Forum: Wish list
Topic: Ideas for the new Service list window
Replies: 2
Views: 12312

Ideas for the new Service list window

Hi ! Running HM 8.02 on windows Server 2003. The new window that shows services on a machine reached through an RMA is a great enhancement :D When using it I've come up with a few ideas that might enhance the functionality: * A column that shows the services Startup Type (Automatic, Manual, Disabled...
by Kapz
Wed Apr 01, 2009 7:30 am
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Hi ! > Well, version 7.90 is version 7.90. How it can be changed? > When we change software, we change version number or at least add > some letter to the number (in case of quick bug fixes). Yeah, all right - I meant if the was a new *beta* of HM 7.90 and apparently there was (now called 7.95b thou...
by Kapz
Wed Apr 01, 2009 6:15 am
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Finally back - sorry for the delay ! Do you by now have a 7.90 Beta considered more production ready than the one available at feburary 20th ?: Alex: "its not well tested so I would not use this version for production monitoring, just for testing" ... or should I stick to www.ks-soft.net/d...
by Kapz
Fri Feb 20, 2009 2:53 pm
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Alex, > Not good idea, its not just an update. Its really new version. > HostMonitor, RCC, RMA, Active RMA were modified, some files where > changed, etc Okay. > No. I assume your "free updates" term has been expired. You may > send request to sales@ks-soft.net. If you own license with Lif...
by Kapz
Fri Feb 20, 2009 2:14 pm
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Alex, my friend :wink: > There is 7.90: www.ks-soft.net/download/hm790a.exe (don't tell to anyone :wink: ) Thanks a lot - and don't worry, I'll commit Hara-Kiri as soon as I've tested it :P > its not well tested so I would not use this version for production > monitoring, just for testing Just downl...
by Kapz
Fri Feb 20, 2009 1:37 pm
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Alex, > What exactly expression do you use now? Whoops - I used this one: ('%SuggestedSimpleStatus%' == 'DOWN') and ('%SuggestedReply%'*'1,5 Gb' > '15 Gb') ... but I just realised that I had a legacy " Gb" trailing "1,5". Once this is removed so that the string now reads ('%Sugge...
by Kapz
Fri Feb 20, 2009 12:28 pm
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Hi ! @Alex: > Probably your system uses comma as decimal separator? Spot on. Changed Regional settings from Danish where comma is used as decimal seperator to English (United States) where period is used. Now HM (after a restart of the application) accepts my string in "Use Warning Status if&qu...
by Kapz
Fri Feb 20, 2009 5:21 am
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Hi ! @Alex: > if alert threshold is 10Gb and you want to set Warning status between 15 and 10Gb > ('%SuggestedSimpleStatus%' == 'UP') and ('%SuggestedReply%'*'0.66 < '%AlertThresholdValue%') > if alert threshold is 15Gb and you want to set Warning status between 15 and 10Gb > ('%SuggestedSimpleStatu...
by Kapz
Wed Feb 18, 2009 1:55 pm
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

@greyhat64: Thanks for showing me that script ! :P Just took a brief look at it and it could very well lead me in the right direction. It seems like the WMIService is able to supply the data that I need so I'll take a closer look at the code and try to adjust as necessary. @Alex: > There is no '/' o...
by Kapz
Wed Feb 18, 2009 8:01 am
Forum: Wish list
Topic: More flexible Drive Free Space test
Replies: 29
Views: 75994

Hi ! Finally I'm trying to implement this but I'm having some difficulties. I'm trying to set up a Drive Free Space test with a threshold of e.g. 15 Gb that ... A) Goes into status Warning if drive space falls below the threshold but only by up to 1/3 (meaning that if my threshold is 15 Gb Warning s...