??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
ó àUdac@`såddlmZmZmZeZidd6dgd6dd6ZdZd Zdd l Z d Z ydd l Z e ZWn#ek r™e jƒZ eZnXdd lmZmZd „Zd „Zd„Zedkráeƒnd S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys¨ module: pingdom short_description: Pause/unpause Pingdom alerts description: - This module will let you pause/unpause Pingdom alerts version_added: "1.2" author: - "Dylan Silva (@thaumos)" - "Justin Johns (!UNKNOWN)" requirements: - "This pingdom python library: https://github.com/mbabineau/pingdom-python" options: state: description: - Define whether or not the check should be running or paused. required: true choices: [ "running", "paused" ] checkid: description: - Pingdom ID of the check. required: true uid: description: - Pingdom user ID. required: true passwd: description: - Pingdom user password. required: true key: description: - Pingdom API key. required: true notes: - This module does not yet have support to add/remove checks. sO # Pause the check with the ID of 12345. - pingdom: uid: example@example.com passwd: password123 key: apipassword123 checkid: 12345 state: paused # Unpause the check with the ID of 12345. - pingdom: uid: example@example.com passwd: password123 key: apipassword123 checkid: 12345 state: running N(t AnsibleModuletmissing_required_libcC`sVtj|||ƒ}|j|dtƒ|j|ƒ}|j}|j}t||fS(Ntpaused(tpingdomtPingdomConnectiont modify_checktTruet get_checktnameRtFalse(tcheckidtuidtpasswdtkeytctcheckRtresult((sF/usr/lib/python2.7/site-packages/ansible/modules/monitoring/pingdom.pytpauseTs   cC`sVtj|||ƒ}|j|dtƒ|j|ƒ}|j}|j}t||fS(NR (R R R RRRR(RRRRRRRR((sF/usr/lib/python2.7/site-packages/ansible/modules/monitoring/pingdom.pytunpause`s   c C`sžtdtdtdtdddddgƒd tdtƒd tdtƒd tdtd tƒd tdtd tƒƒƒ}ts |jdtdƒdtƒn|jd }|jd}|jd }|jd }|jd }|dksù|dkrt||||ƒ\}}}n|dks2|dkrSt ||||ƒ\}}}n|dkr~|jd |d|d|ƒn|j d |d|d|ƒdS(Nt argument_spectstatetrequiredtchoicestrunningR tstartedtstoppedRRRtno_logRtmsgR t exceptioniRR( RtdictRt HAS_PINGDOMt fail_jsonR tPINGDOM_IMP_ERRtparamsRRt exit_json( tmoduleRRRRRtrcRR((sF/usr/lib/python2.7/site-packages/ansible/modules/monitoring/pingdom.pytmainls*!     !! t__main__(t __future__RRRttypet __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLESt tracebacktNoneR(R RR&t Exceptiont format_excRtansible.module_utils.basicRR RRR-t__name__(((sF/usr/lib/python2.7/site-packages/ansible/modules/monitoring/pingdom.pyts(   '       !