Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora38 x86 64 #73

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
208 changes: 206 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,206 @@
FROM alpine
CMD ["echo", "placeholder image"]
FROM fedora:38

ADD redhat.sh /redhat.sh
COPY /checks/*.sh /checks/

ENV EXTRA_PACKAGES="\
OpenIPMI-devel \
dpdk-devel \
ganglia-devel \
gpsd-devel \
gtk2-devel \
hiredis-devel \
intel-cmt-cat-devel \
iproute-devel \
iptables-devel \
libatasmart-devel \
libcap-devel \
libcurl-devel \
libdbi-devel \
libesmtp-devel \
libmemcached-devel \
libmicrohttpd-devel \
libmnl-devel \
libmodbus-devel \
libnotify-devel \
liboping-devel \
libpcap-devel \
librabbitmq-devel \
librdkafka-devel \
libsigrok-devel \
libtirpc-devel \
libudev-devel \
libvirt-devel \
libxml2-devel \
lm_sensors-devel \
lua-devel \
mosquitto-devel \
mariadb-devel \
net-snmp-devel \
nut-devel \
openldap-devel \
owfs-devel \
perl-ExtUtils-Embed \
postgresql-devel \
protobuf-c-devel \
python3-devel \
riemann-c-client-devel \
rrdtool-devel \
varnish-libs-devel \
xfsprogs-devel \
yajl-devel \
"

ENV SUPPORTED_PLUGIN_LIST="\
libcollectdclient \
aggregation \
amqp \
apache \
apcups \
ascent \
battery \
bind \
buddyinfo \
ceph \
cgroups \
check_uptime \
chrony \
connectivity \
conntrack \
contextswitch \
cpu \
cpufreq \
cpusleep \
csv \
curl \
curl_json \
curl_xml \
dbi \
df \
disk \
dns \
dpdkevents \
dpdkstat \
drbd \
email \
entropy \
ethstat \
exec \
fhcount \
filecount \
fscache \
gmond \
gps \
hddtemp \
hugepages \
infiniband \
intel_rdt \
interface \
ipc \
ipmi \
iptables \
ipvs \
irq \
load \
logfile \
log_logstash \
logparser \
lua \
madwifi \
match_empty_counter \
match_hashed \
match_regex \
match_timediff \
match_value \
mbmon \
mcelog \
md \
mdevents \
memcachec \
memcached \
memory \
mmc \
modbus \
mqtt \
multimeter \
mysql \
netlink \
network \
nfs \
nginx \
notify_desktop \
notify_email \
notify_nagios \
ntpd \
numa \
nut \
olsrd \
onewire \
openldap \
openvpn \
ovs_events \
ovs_stats \
pcie_errors \
perl \
pinba \
ping \
postgresql \
powerdns \
processes \
procevent \
protocols \
python \
redis \
rrdcached \
rrdtool \
sensors \
serial \
smart \
snmp \
snmp_agent \
statsd \
swap \
synproxy \
sysevent \
syslog \
table \
tail \
tail_csv \
target_notification \
target_replace \
target_scale \
target_set \
target_v5upgrade \
tcpconns \
teamspeak2 \
ted \
thermal \
threshold \
turbostat \
ubi \
unixsock \
uptime \
users \
uuid \
varnish \
virt \
vmem \
vserver \
wireless \
write_graphite \
write_http \
write_influxdb_udp \
write_kafka \
write_log \
write_prometheus \
write_redis \
write_riemann \
write_sensu \
write_stackdriver \
write_syslog \
write_tsdb \
zfs_arc \
zookeeper \
"

RUN /redhat.sh
Loading