Application for monitoring Host Monitor.

Need new test, action, option? Post request here.
Post Reply
Przemo
Posts: 18
Joined: Mon Sep 26, 2005 5:09 am
Location: Poland: Warsaw

Application for monitoring Host Monitor.

Post by Przemo »

Hello!
Why not to include in licence (i.e. enterprise) a simple application to monitor Host Monitor?
This application could be based on Host Monitor's engine. For example it could be predefined tiny tiny Host Monitor for only one tests (to prevent some licence abuse) and user can install it on some machine, then simple put IP address of "the real Host Monitor", choose method of monitoring and the action.
Including this funcionality in licence (neither buying another licence for Host Monitor to monitor the other one) for sure will be very attractive for customers like me that are still looking for some simple and reliable way to be sure that Host Monitor works.
What do You think? :wink:
JuergenF
Posts: 331
Joined: Sun Jan 26, 2003 6:00 pm
Location: Germany, North Rhine-Westphalia

Post by JuergenF »

You can use Servers Alive for example
http://www.woodstone.nu/salive

It's free for up to 10 tests.

But I agree, it would be much smarter to use another limited instance of HM.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I think we may implement such tool in the future. Medium priority task

Regards
Alex
Robert_in_MTL
Posts: 229
Joined: Tue Jun 20, 2006 1:20 pm
Location: Montreal, Quebec

Post by Robert_in_MTL »

Same for me here!

I found that the number of HM handles may increase in some situations, so I set up an RMA on the same box that restarts HM when it reaches a certain limit.

The problem is that RMA stops HM but sometimes dos not restart it HM and then of course, I am fried, expecially when it happens during the weekend.

A tool that would ensure that the servise is alive and responding would be appreciated.

- Robert
.
JuergenF
Posts: 331
Joined: Sun Jan 26, 2003 6:00 pm
Location: Germany, North Rhine-Westphalia

Post by JuergenF »

Robert_in_MTL wrote:I found that the number of HM handles may increase in some situations, so I set up an RMA on the same box that restarts HM when it reaches a certain limit
How did you monitor the number of handles ?

Maybe that can help me too.
From time to time the HM Service dies.

Regards

Juergen
Robert_in_MTL
Posts: 229
Joined: Tue Jun 20, 2006 1:20 pm
Location: Montreal, Quebec

Post by Robert_in_MTL »

this way:

Installed an agent locally on the same server as HM and use it with this test:

test by [Agent: Local on server]
test method: Performance Counter
--> \Process(HOSTMON)\Handle Count
alert when value [is > than] [2000]
display mode [as is]

Alerts:
-> Send me a mail after 2 bad
+ restart service (repeat until status change)
+ check host again after 2 bad

Helped me a lot because I lost HM too from time to time, but not anymore with this setup. (As said before, sometimes it fails to come back up)

- Robert
.
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

JuergenF wrote:How did you monitor the number of handles ?
You may use WMI test method with query like the following:

Code: Select all

select HandleCount from Win32_Process Where Name='hostmon.exe'
Regards,
Max
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I found that the number of HM handles may increase in some situations, so I set up an RMA on the same box that restarts HM when it reaches a certain limit
In some situations? Do you know how we can reproduce this problem? What version of HostMonitor do you use? Windows version? Service Pack?

Regards
Alex
Robert_in_MTL
Posts: 229
Joined: Tue Jun 20, 2006 1:20 pm
Location: Montreal, Quebec

Post by Robert_in_MTL »

I couldn't tell witch situation but it is most probably related to Performance Monitor based on our mail exchanges around 2006-06-20

If you recall I have this problem since version 4 and I changed HM to a new server since with no change.

I am now using V. 6.51 on a Win 2000 SP4 machine, but it is not a critical issue for me now, this RMA implementation patch works for me.
A tool this topic describes would be better.

Thanks
Post Reply