PagerDutyBundle:从您的 Symfony2 应用程序轻松触发 PagerDuty 事件

时间:2021-06-10 15:11:37
【文件属性】:
文件名称:PagerDutyBundle:从您的 Symfony2 应用程序轻松触发 PagerDuty 事件
文件大小:12KB
文件格式:ZIP
更新时间:2021-06-10 15:11:37
PHP PagerDutyBundle 从您的 Symfony2 应用程序轻松触发 PagerDuty 事件。 一个简单的例子 在您的 config.yml 文件中: la_fourchette_pager_duty : services : my_service_alias : {key: "the 32 char GUID provided by PagerDuty"} 您可以在https://.pagerduty.com/services找到服务 GUID 然后在代码中的某个地方发生了非常糟糕的事情: $ event = $ this -> get ( 'la_fourchette_pager_duty.factory.event' ) -> make ( "my_service_alias" , "somethi
【文件预览】:
PagerDutyBundle-master
----.scrutinizer.yml(528B)
----Command()
--------PagerDutyEventCommand.php(1KB)
----Resources()
--------config()
----Check()
--------PagerDutyCheckInterface.php(380B)
----Reporter()
--------PagerDutyReporter.php(2KB)
----Tests()
--------Reporter()
--------bootstrap.php(248B)
--------Factory()
----.travis.yml(666B)
----LICENSE(1KB)
----LaFourchettePagerDutyBundle.php(150B)
----DependencyInjection()
--------LaFourchettePagerDutyExtension.php(1KB)
--------Configuration.php(1KB)
----phpunit.xml(764B)
----README.md(2KB)
----.gitignore(27B)
----PagerDutyBundleException.php(102B)
----Factory()
--------EventFactory.php(2KB)
----composer.json(701B)

网友评论