Bug 179920

Summary: [feature request] - new fencing agent to notify admin
Product: [Retired] Red Hat Cluster Suite Reporter: Jonathan Earl Brassow <jbrassow>
Component: fenceAssignee: Jim Parsons <jparsons>
Status: CLOSED WONTFIX QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: cluster-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-08 13:27:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 202048    

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.