<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <parameters>
        <parameter key="liip_monitor.check.file_xml.label">File (XML)</parameter>
    </parameters>

    <services>
        <service id="liip_monitor.check.file_xml" public="true" class="ZendDiagnostics\Check\XmlFile">
            <argument>%%liip_monitor.check.file_xml%%</argument>
            <call method="setLabel">
                <argument>%liip_monitor.check.file_xml.label%</argument>
            </call>
            <tag name="liip_monitor.check" alias="file_xml" />
        </service>
    </services>
</container>
