diff options
Diffstat (limited to '.github/monitoring-plugins.spec')
| -rw-r--r-- | .github/monitoring-plugins.spec | 61 |
1 files changed, 7 insertions, 54 deletions
diff --git a/.github/monitoring-plugins.spec b/.github/monitoring-plugins.spec index 5cae3e59..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,9 +194,7 @@ 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}-overcr | ||
| 197 | Requires: %{name}-pgsql | 198 | Requires: %{name}-pgsql |
| 198 | Requires: %{name}-ping | 199 | Requires: %{name}-ping |
| 199 | Requires: %{name}-procs | 200 | Requires: %{name}-procs |
| @@ -651,32 +652,6 @@ Provides check_nagios of the Monitoring Plugins. | |||
| 651 | 652 | ||
| 652 | 653 | ||
| 653 | 654 | ||
| 654 | # check_nt | ||
| 655 | %package nt | ||
| 656 | Summary: Monitoring Plugins - check_nt | ||
| 657 | Requires: %{name} = %{version}-%{release} | ||
| 658 | |||
| 659 | %description nt | ||
| 660 | Provides check_nt of the Monitoring Plugins. | ||
| 661 | |||
| 662 | %files nt | ||
| 663 | %{plugindir}/check_nt | ||
| 664 | |||
| 665 | |||
| 666 | |||
| 667 | # check_ntp | ||
| 668 | %package ntp | ||
| 669 | Summary: Monitoring Plugins - check_ntp | ||
| 670 | Requires: %{name} = %{version}-%{release} | ||
| 671 | |||
| 672 | %description ntp | ||
| 673 | Provides check_ntp of the Monitoring Plugins. | ||
| 674 | |||
| 675 | %files ntp | ||
| 676 | %{plugindir}/check_ntp | ||
| 677 | |||
| 678 | |||
| 679 | |||
| 680 | # check_ntp_peer | 655 | # check_ntp_peer |
| 681 | %package ntp_peer | 656 | %package ntp_peer |
| 682 | Summary: Monitoring Plugins - check_ntp_peer | 657 | Summary: Monitoring Plugins - check_ntp_peer |
| @@ -703,19 +678,6 @@ Provides check_ntp_time of the Monitoring Plugins. | |||
| 703 | 678 | ||
| 704 | 679 | ||
| 705 | 680 | ||
| 706 | # check_nwstat | ||
| 707 | %package nwstat | ||
| 708 | Summary: Monitoring Plugins - check_nwstat | ||
| 709 | Requires: %{name} = %{version}-%{release} | ||
| 710 | |||
| 711 | %description nwstat | ||
| 712 | Provides check_nwstat of the Monitoring Plugins. | ||
| 713 | |||
| 714 | %files nwstat | ||
| 715 | %{plugindir}/check_nwstat | ||
| 716 | |||
| 717 | |||
| 718 | |||
| 719 | # check_oracle | 681 | # check_oracle |
| 720 | %package oracle | 682 | %package oracle |
| 721 | Summary: Monitoring Plugins - check_oracle | 683 | Summary: Monitoring Plugins - check_oracle |
| @@ -729,19 +691,6 @@ Provides check_oracle of the Monitoring Plugins. | |||
| 729 | 691 | ||
| 730 | 692 | ||
| 731 | 693 | ||
| 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 | 694 | # check_pgsql |
| 746 | %package pgsql | 695 | %package pgsql |
| 747 | Summary: Monitoring Plugins - check_pgsql | 696 | Summary: Monitoring Plugins - check_pgsql |
| @@ -973,3 +922,7 @@ Provides check_wave of the Monitoring Plugins. | |||
| 973 | 922 | ||
| 974 | %files wave | 923 | %files wave |
| 975 | %{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 | ||
