17
0
Files
prometheus-webhook-snmp/_service
Jan Fajerski cdd88d4be3 Accepting request 802858 from home:vtheile
- Update to version 1.3
  * Add 'trap-default-severity' configuration option.
  * Harden the notification parser. (bsc#1171471)
  version 1.2
  * Show used configuration settings in debug mode.
  * Load configuration file from the directory in which the prometheus-webhook-snmp command is located.
  * Automatically convert hyphens to underscores in configuration file parameters.

OBS-URL: https://build.opensuse.org/request/show/802858
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/prometheus-webhook-snmp?expand=0&rev=6
2020-05-12 08:20:54 +00:00

20 lines
778 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/SUSE/prometheus-webhook-snmp</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="changesgenerate">disable</param>
<param name="extract">prometheus-webhook-snmp.spec</param>
<param name="revision">v1.3</param>
<param name="versionformat">@PARENT_TAG@.%ct.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">prometheus-webhook-snmp-*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">prometheus-webhook-snmp</param>
</service>
</services>