diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/NPTest.cache | 4 | ||||
-rw-r--r-- | .github/monitoring-plugins.spec | 28 | ||||
-rwxr-xr-x | .github/prepare_debian.sh | 4 |
3 files changed, 5 insertions, 31 deletions
diff --git a/.github/NPTest.cache b/.github/NPTest.cache index d488d1b9..6b463e74 100644 --- a/.github/NPTest.cache +++ b/.github/NPTest.cache | |||
@@ -38,8 +38,8 @@ | |||
38 | 'NP_MYSQL_LOGIN_DETAILS' => '-u root -d test', | 38 | 'NP_MYSQL_LOGIN_DETAILS' => '-u root -d test', |
39 | 'NP_MYSQL_SERVER' => 'localhost', | 39 | 'NP_MYSQL_SERVER' => 'localhost', |
40 | 'NP_MYSQL_SOCKET' => '/var/run/mysqld/mysqld.sock', | 40 | 'NP_MYSQL_SOCKET' => '/var/run/mysqld/mysqld.sock', |
41 | 'NP_MYSQL_WITH_SLAVE' => '', | 41 | 'NP_MYSQL_WITH_REPLICA' => '', |
42 | 'NP_MYSQL_WITH_SLAVE_LOGIN' => '', | 42 | 'NP_MYSQL_WITH_REPLICA_LOGIN' => '', |
43 | 'NP_NO_NTP_SERVICE' => 'localhost', | 43 | 'NP_NO_NTP_SERVICE' => 'localhost', |
44 | 'NP_PORT_TCP_PROXY' => '3128', | 44 | 'NP_PORT_TCP_PROXY' => '3128', |
45 | 'NP_SMB_SHARE' => '', | 45 | 'NP_SMB_SHARE' => '', |
diff --git a/.github/monitoring-plugins.spec b/.github/monitoring-plugins.spec index 5cae3e59..10799128 100644 --- a/.github/monitoring-plugins.spec +++ b/.github/monitoring-plugins.spec | |||
@@ -191,9 +191,7 @@ Requires: %{name}-nt | |||
191 | Requires: %{name}-ntp | 191 | Requires: %{name}-ntp |
192 | Requires: %{name}-ntp_peer | 192 | Requires: %{name}-ntp_peer |
193 | Requires: %{name}-ntp_time | 193 | Requires: %{name}-ntp_time |
194 | Requires: %{name}-nwstat | ||
195 | Requires: %{name}-oracle | 194 | Requires: %{name}-oracle |
196 | Requires: %{name}-overcr | ||
197 | Requires: %{name}-pgsql | 195 | Requires: %{name}-pgsql |
198 | Requires: %{name}-ping | 196 | Requires: %{name}-ping |
199 | Requires: %{name}-procs | 197 | Requires: %{name}-procs |
@@ -703,19 +701,6 @@ Provides check_ntp_time of the Monitoring Plugins. | |||
703 | 701 | ||
704 | 702 | ||
705 | 703 | ||
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 | 704 | # check_oracle |
720 | %package oracle | 705 | %package oracle |
721 | Summary: Monitoring Plugins - check_oracle | 706 | Summary: Monitoring Plugins - check_oracle |
@@ -729,19 +714,6 @@ Provides check_oracle of the Monitoring Plugins. | |||
729 | 714 | ||
730 | 715 | ||
731 | 716 | ||
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 | 717 | # check_pgsql |
746 | %package pgsql | 718 | %package pgsql |
747 | Summary: Monitoring Plugins - check_pgsql | 719 | Summary: Monitoring Plugins - check_pgsql |
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index 3640e500..f7b6cf9f 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -59,9 +59,11 @@ apt-get -y install perl \ | |||
59 | mariadb-server \ | 59 | mariadb-server \ |
60 | mariadb-client \ | 60 | mariadb-client \ |
61 | libmariadb-dev \ | 61 | libmariadb-dev \ |
62 | libmariadb-dev-compat \ | ||
62 | cron \ | 63 | cron \ |
63 | iputils-ping \ | 64 | iputils-ping \ |
64 | iproute2 | 65 | iproute2 \ |
66 | libjson-perl | ||
65 | 67 | ||
66 | # remove ipv6 interface from hosts | 68 | # remove ipv6 interface from hosts |
67 | sed '/^::1/d' /etc/hosts > /tmp/hosts | 69 | sed '/^::1/d' /etc/hosts > /tmp/hosts |