diff options
Diffstat (limited to '.github/monitoring-plugins.spec')
| -rw-r--r-- | .github/monitoring-plugins.spec | 47 |
1 files changed, 7 insertions, 40 deletions
diff --git a/.github/monitoring-plugins.spec b/.github/monitoring-plugins.spec index 64ee34f2..e3465227 100644 --- a/.github/monitoring-plugins.spec +++ b/.github/monitoring-plugins.spec | |||
| @@ -88,6 +88,9 @@ BuildRequires: postgresql-devel | |||
| 88 | # check_radius | 88 | # check_radius |
| 89 | BuildRequires: radcli-devel | 89 | BuildRequires: radcli-devel |
| 90 | 90 | ||
| 91 | # check_snmp | ||
| 92 | BuildRequires: net-snmp-devel | ||
| 93 | |||
| 91 | %description | 94 | %description |
| 92 | Common files for Monitoring Plugins | 95 | Common files for Monitoring Plugins |
| 93 | 96 | ||
| @@ -191,7 +194,6 @@ Requires: %{name}-nt | |||
| 191 | Requires: %{name}-ntp | 194 | Requires: %{name}-ntp |
| 192 | Requires: %{name}-ntp_peer | 195 | Requires: %{name}-ntp_peer |
| 193 | Requires: %{name}-ntp_time | 196 | Requires: %{name}-ntp_time |
| 194 | Requires: %{name}-nwstat | ||
| 195 | Requires: %{name}-oracle | 197 | Requires: %{name}-oracle |
| 196 | Requires: %{name}-pgsql | 198 | Requires: %{name}-pgsql |
| 197 | Requires: %{name}-ping | 199 | Requires: %{name}-ping |
| @@ -650,32 +652,6 @@ Provides check_nagios of the Monitoring Plugins. | |||
| 650 | 652 | ||
| 651 | 653 | ||
| 652 | 654 | ||
| 653 | # check_nt | ||
| 654 | %package nt | ||
| 655 | Summary: Monitoring Plugins - check_nt | ||
| 656 | Requires: %{name} = %{version}-%{release} | ||
| 657 | |||
| 658 | %description nt | ||
| 659 | Provides check_nt of the Monitoring Plugins. | ||
| 660 | |||
| 661 | %files nt | ||
| 662 | %{plugindir}/check_nt | ||
| 663 | |||
| 664 | |||
| 665 | |||
| 666 | # check_ntp | ||
| 667 | %package ntp | ||
| 668 | Summary: Monitoring Plugins - check_ntp | ||
| 669 | Requires: %{name} = %{version}-%{release} | ||
| 670 | |||
| 671 | %description ntp | ||
| 672 | Provides check_ntp of the Monitoring Plugins. | ||
| 673 | |||
| 674 | %files ntp | ||
| 675 | %{plugindir}/check_ntp | ||
| 676 | |||
| 677 | |||
| 678 | |||
| 679 | # check_ntp_peer | 655 | # check_ntp_peer |
| 680 | %package ntp_peer | 656 | %package ntp_peer |
| 681 | Summary: Monitoring Plugins - check_ntp_peer | 657 | Summary: Monitoring Plugins - check_ntp_peer |
| @@ -702,19 +678,6 @@ Provides check_ntp_time of the Monitoring Plugins. | |||
| 702 | 678 | ||
| 703 | 679 | ||
| 704 | 680 | ||
| 705 | # check_nwstat | ||
| 706 | %package nwstat | ||
| 707 | Summary: Monitoring Plugins - check_nwstat | ||
| 708 | Requires: %{name} = %{version}-%{release} | ||
| 709 | |||
| 710 | %description nwstat | ||
| 711 | Provides check_nwstat of the Monitoring Plugins. | ||
| 712 | |||
| 713 | %files nwstat | ||
| 714 | %{plugindir}/check_nwstat | ||
| 715 | |||
| 716 | |||
| 717 | |||
| 718 | # check_oracle | 681 | # check_oracle |
| 719 | %package oracle | 682 | %package oracle |
| 720 | Summary: Monitoring Plugins - check_oracle | 683 | Summary: Monitoring Plugins - check_oracle |
| @@ -959,3 +922,7 @@ Provides check_wave of the Monitoring Plugins. | |||
| 959 | 922 | ||
| 960 | %files wave | 923 | %files wave |
| 961 | %{plugindir}/check_wave | 924 | %{plugindir}/check_wave |
| 925 | |||
| 926 | %changelog | ||
| 927 | * Wed Oct 20 2011 John Doe <jdoe@example.com> 0.8.18.1-0.1 | ||
| 928 | - Initial RPM release | ||
