17
0
Files
Martin Hauke 44443069fa - Update to version 12.10.2
* fix issue #351 "Mode count-connections is not working anymore
    for firepower-devices since 12.5".
  * fix issue #356 "Mode "vpn-status" does not work anymore after
    latest cisco bugfix".
- Update to version 12.10.1
  * add mode smart-home-device-humidity for humidity sensors over
    fritzbox.
  * Improved Return Information of interface check - include ifName.
  * Broaden regex to match more Ivanti product names.
- Update to version 12.10
  * add Audiocodes
- Update to version 12.9
  * add Fortinet FortiMail

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-nwc_health?expand=0&rev=94
2026-01-22 11:50:30 +00:00

20 lines
686 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/lausser/check_nwc_health.git</param>
<param name="revision">12.10.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">check_nwc_health</param>
</service>
<!-- services below are running at buildtime -->
<service name="tar" mode="buildtime">
</service>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>