Bug 179920 - [feature request] - new fencing agent to notify admin
Summary: [feature request] - new fencing agent to notify admin
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Cluster Suite
Classification: Retired
Component: fence
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jim Parsons
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks: 202048
TreeView+ depends on / blocked
 
Reported: 2006-02-03 21:15 UTC by Jonathan Earl Brassow
Modified: 2009-04-16 20:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-08 13:27:33 UTC
Embargoed:


Attachments (Terms of Use)

Description Jonathan Earl Brassow 2006-02-03 21:15:47 UTC
I think it would be cool to have a 'fence_email_admin.xx' fence script that
simply takes a message and email address as arguments.  It is basically a
wrapper around mail.

The idea would be to:
<method name="power">
        <device name="apc" port="2"/>
        <device name="email" msg="Node X just got fenced" email_addr="x"/>
</method>
<method name="manual">
        <device name="email" msg="Cluster foo, Node X needs manual fencing!"
email_addr="x"/>
        <device name="human" ipaddr="nodeX"/>
</method>


This fencing method would always have to return true (you wouldn't want it to
hold up the real fencing).

Comment 1 Jim Parsons 2006-08-08 13:27:33 UTC
This feature will be available in Conga - closing this ticket and refiling
aagainst the conga component.


Note You need to log in before you can comment on or make changes to this bug.