Ping / Hearbeat
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Ping / Hearbeat

 
Post new topic   Reply to topic    Windows Server Forum Index -> MOM
Author Message
TANCHE Laurent
Guest





Posted: Fri Nov 04, 2005 1:50 pm    Post subject: Ping / Hearbeat Reply with quote

HI MoMers,

I need help ! i would generate a notification when a computer is down
(or its link). This computer is not in the same domain than MOM server.
I havent administrator privilege. It is not on the same network but i
can ping this computer from my MOM server.

How can i do that (simple ping or Heartbeat)? i have create special Rule
Group and Computer Group on which i apply rules.

Urgent, Thanks a lot.
Back to top
Arie de Haan
Guest





Posted: Fri Nov 04, 2005 1:50 pm    Post subject: Re: Ping / Hearbeat Reply with quote

In article <OoRVq1S4FHA.1864@TK2MSFTNGP12.phx.gbl>,
l.tanche@discussions.microsoft.com says...
Quote:
HI MoMers,

I need help ! i would generate a notification when a computer is down
(or its link). This computer is not in the same domain than MOM server.
I havent administrator privilege. It is not on the same network but i
can ping this computer from my MOM server.

How can i do that (simple ping or Heartbeat)? i have create special Rule
Group and Computer Group on which i apply rules.

Urgent, Thanks a lot.

Hi Laurent,


put this script in a rule:
http://myitforum.techtarget.com/articles/2/view.asp?id=8615

--
Greetz,

Arie
This posting is provide "AS IS" with no guarantees, warranties, rigths
etc.
Back to top
TANCHE Laurent
Guest





Posted: Fri Nov 04, 2005 1:50 pm    Post subject: Re: Ping / Hearbeat Reply with quote

Thank you, that sounds great.

Could you details this :

You can then create an Event Rule to run the script (Where ?) on a timed
basis and finally configure event rules to pick the events out from the
MOM data stream (HOW) and raise an alert as necessary.

Regards.


Arie de Haan a écrit :
Quote:
In article <OoRVq1S4FHA.1864@TK2MSFTNGP12.phx.gbl>,
l.tanche@discussions.microsoft.com says...

HI MoMers,

I need help ! i would generate a notification when a computer is down
(or its link). This computer is not in the same domain than MOM server.
I havent administrator privilege. It is not on the same network but i
can ping this computer from my MOM server.

How can i do that (simple ping or Heartbeat)? i have create special Rule
Group and Computer Group on which i apply rules.

Urgent, Thanks a lot.


Hi Laurent,

put this script in a rule:
http://myitforum.techtarget.com/articles/2/view.asp?id=8615
Back to top
David Tyra
Guest





Posted: Sat Nov 05, 2005 9:50 am    Post subject: Re: Ping / Hearbeat Reply with quote

Greetings,

You would create an event rule using one of the timed providers that matched
how often you want to run the ping test with the script configured as the
rule's response (on the Response tab). The script will place events into the
event log on the machine where the ping script is being executed (you can
use any machine to ping this remote machine but the management server would
be a logical choice). You will then create an event rule that will trigger
an alert if it sees any alerts from the script in the event log. You would
need to create a custom rule group for the two event rules and probably a
custom computer group to hold the machine that will run the ping test. Let
me know if you need more direction and I will be glad to help.

Regards,

David Tyra

"TANCHE Laurent" <l.tanche@discussions.microsoft.com> wrote in message
news:%236IF0RU4FHA.268@TK2MSFTNGP10.phx.gbl...
Quote:
Thank you, that sounds great.

Could you details this :

You can then create an Event Rule to run the script (Where ?) on a timed
basis and finally configure event rules to pick the events out from the
MOM data stream (HOW) and raise an alert as necessary.

Regards.


Arie de Haan a écrit :
In article <OoRVq1S4FHA.1864@TK2MSFTNGP12.phx.gbl>,
l.tanche@discussions.microsoft.com says...

HI MoMers,

I need help ! i would generate a notification when a computer is down (or
its link). This computer is not in the same domain than MOM server. I
havent administrator privilege. It is not on the same network but i can
ping this computer from my MOM server.

How can i do that (simple ping or Heartbeat)? i have create special Rule
Group and Computer Group on which i apply rules.

Urgent, Thanks a lot.


Hi Laurent,

put this script in a rule:
http://myitforum.techtarget.com/articles/2/view.asp?id=8615
Back to top
TANCHE Laurent
Guest





Posted: Mon Nov 07, 2005 9:51 am    Post subject: Re: Ping / Hearbeat Reply with quote

Hi,

thanks, i ve done a part of what u say, i m testing script from
technet/scripting for ping usng WMI. It works, i can see in my OnePoint
Base in Event_source table a row with the name and number of my
personnalized event. I ve already created a event rule for raising an
alert but it seems not working. I was testing the script on a over
computer than my management one so i change the inclueded computer in my
group.

ANDDDDDD it works.... Thanks a lot David for this judicious help.

Thanks to all MoMers who try help me !

David Tyra a écrit :
Quote:
Greetings,

You would create an event rule using one of the timed providers that matched
how often you want to run the ping test with the script configured as the
rule's response (on the Response tab). The script will place events into the
event log on the machine where the ping script is being executed (you can
use any machine to ping this remote machine but the management server would
be a logical choice). You will then create an event rule that will trigger
an alert if it sees any alerts from the script in the event log. You would
need to create a custom rule group for the two event rules and probably a
custom computer group to hold the machine that will run the ping test. Let
me know if you need more direction and I will be glad to help.

Regards,

David Tyra

"TANCHE Laurent" <l.tanche@discussions.microsoft.com> wrote in message
news:%236IF0RU4FHA.268@TK2MSFTNGP10.phx.gbl...

Thank you, that sounds great.

Could you details this :

You can then create an Event Rule to run the script (Where ?) on a timed
basis and finally configure event rules to pick the events out from the
MOM data stream (HOW) and raise an alert as necessary.

Regards.


Arie de Haan a écrit :

In article <OoRVq1S4FHA.1864@TK2MSFTNGP12.phx.gbl>,
l.tanche@discussions.microsoft.com says...


HI MoMers,

I need help ! i would generate a notification when a computer is down (or
its link). This computer is not in the same domain than MOM server. I
havent administrator privilege. It is not on the same network but i can
ping this computer from my MOM server.

How can i do that (simple ping or Heartbeat)? i have create special Rule
Group and Computer Group on which i apply rules.

Urgent, Thanks a lot.


Hi Laurent,

put this script in a rule:
http://myitforum.techtarget.com/articles/2/view.asp?id=8615



Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> MOM All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB