blob: 8990c3be96c54b12d3971b7bc6200c3c7f12fb9d (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Check_MK</short>
<description>All ports required for Check_MK to work with us being a monitored node only.</description>
<!-- 5666 is actually NRPE (not MRPE), so why not. Maybe we'll need that. -->
<port protocol="tcp" port="5666"/>
<port protocol="tcp" port="6556"/>
<port protocol="tcp" port="6557"/>
</service>
|