I have a HA setup, which now the only resource configured is Heartbeat with Active/Passive Configuration. Both running Debian 7, 64-bit in the cloud.
Now i want to trigger an URL with the information from the Pacemaker when the resource changes. The URL is pointed to some server which will send E-mail/an SMSalert ect.. Let the URL triggered be http://example.com/pacemaker.php?CRM_notify_node=node1&CRM_notify_rsc=blah
Since Configuring all the stuff in Pacemaker is lil tedious. So all the processing or sending E-mail/alerts is put into the webpage.
So, how to configure the Pacemaker to call the URL.
Thanks