Skip to content

Commit

Permalink
addoninfo for new add-on suggestion finder "process" (openhab#16031)
Browse files Browse the repository at this point in the history
* addoninfo for new add-on suggestion finder "process"

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored Dec 16, 2023
1 parent 7a1884d commit 157d3d0
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
</match-property>
</match-properties>
</discovery-method>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](deconz)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,16 @@
</parameter>
</config-description>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](knxd)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,17 @@
<description>Allows management of MQTT broker connections and linking
of MQTT topics to Things and Channels</description>
<connection>local</connection>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mosquitto)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,17 @@
<name>OneWire Binding</name>
<description>This is the binding for OneWire.</description>
<connection>local</connection>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](owserver)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,16 @@

<config-description-ref uri="persistence:influxdb"/>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](influxd)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@

<config-description-ref uri="persistence:jdbc"/>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mysqld)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@

<config-description-ref uri="persistence:jdbc"/>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mysqld)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@

<config-description-ref uri="persistence:jdbc"/>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](postgres)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,16 @@
</parameter>
</config-description>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mongod)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>

0 comments on commit 157d3d0

Please sign in to comment.