diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 11:16:04 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 11:16:04 +0100 |
| commit | 56ad762bd3bd59e5dac1ecb0e87c0b69f4ebaffc (patch) | |
| tree | ae506f1eae12ce5bcb360110860ebbccbfc48ad2 /.github/monitoring-plugins.spec | |
| parent | c2ff4da7866acc9196642bf32c2891f205f51a9b (diff) | |
| download | monitoring-plugins-56ad762bd3bd59e5dac1ecb0e87c0b69f4ebaffc.tar.gz | |
Remove check_overcr
This commit removes the plugin check_overcr and all
related files and parts of files.
OverCR seems to be dead and I have never seen a mention of
an active usage anywhere.
The website still does exist, but the activity seems to be
limited.
Carrying check_overcr forward seems to be a burden without a
purpose and more of an opportunity to remove some code.
Diffstat (limited to '.github/monitoring-plugins.spec')
| -rw-r--r-- | .github/monitoring-plugins.spec | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/monitoring-plugins.spec b/.github/monitoring-plugins.spec index 5cae3e59..64ee34f2 100644 --- a/.github/monitoring-plugins.spec +++ b/.github/monitoring-plugins.spec | |||
| @@ -193,7 +193,6 @@ Requires: %{name}-ntp_peer | |||
| 193 | Requires: %{name}-ntp_time | 193 | Requires: %{name}-ntp_time |
| 194 | Requires: %{name}-nwstat | 194 | Requires: %{name}-nwstat |
| 195 | Requires: %{name}-oracle | 195 | Requires: %{name}-oracle |
| 196 | Requires: %{name}-overcr | ||
| 197 | Requires: %{name}-pgsql | 196 | Requires: %{name}-pgsql |
| 198 | Requires: %{name}-ping | 197 | Requires: %{name}-ping |
| 199 | Requires: %{name}-procs | 198 | Requires: %{name}-procs |
| @@ -729,19 +728,6 @@ Provides check_oracle of the Monitoring Plugins. | |||
| 729 | 728 | ||
| 730 | 729 | ||
| 731 | 730 | ||
| 732 | # check_overcr | ||
| 733 | %package overcr | ||
| 734 | Summary: Monitoring Plugins - check_overcr | ||
| 735 | Requires: %{name} = %{version}-%{release} | ||
| 736 | |||
| 737 | %description overcr | ||
| 738 | Provides check_overcr of the Monitoring Plugins. | ||
| 739 | |||
| 740 | %files overcr | ||
| 741 | %{plugindir}/check_overcr | ||
| 742 | |||
| 743 | |||
| 744 | |||
| 745 | # check_pgsql | 731 | # check_pgsql |
| 746 | %package pgsql | 732 | %package pgsql |
| 747 | Summary: Monitoring Plugins - check_pgsql | 733 | Summary: Monitoring Plugins - check_pgsql |
