Skip to content

Commit

Permalink
Merge pull request #173 from linuxserver/add-influxdbhttp
Browse files Browse the repository at this point in the history
Add InfluxDB::HTTP Perl Module
  • Loading branch information
homerr committed Apr 13, 2024
2 parents 450240e + 8c68b08 commit 9b01b12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ RUN \
tcptraceroute && \
echo "**** Build perl TacacsPlus module ****" && \
cpanm Authen::TacacsPlus && \
echo "**** Build perl InfluxDB HTTP module ****" && \
cpanm InfluxDB::HTTP && \
echo "**** give setuid access to traceroute & tcptraceroute ****" && \
chmod a+s /usr/bin/traceroute && \
chmod a+s /usr/bin/tcptraceroute && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ RUN \
tcptraceroute && \
echo "**** Build perl TacacsPlus module ****" && \
cpanm Authen::TacacsPlus && \
echo "**** Build perl InfluxDB HTTP module ****" && \
cpanm InfluxDB::HTTP && \
echo "**** give setuid access to traceroute & tcptraceroute ****" && \
chmod a+s /usr/bin/traceroute && \
chmod a+s /usr/bin/tcptraceroute && \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "12.04.24:", desc: "Added perl InfluxDB HTTP module for InfluxDB HTTP support."}
- { date: "22.03.24:", desc: "Adding ability to run as a slave."}
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- { date: "29.11.23:", desc: "Bump tcpping to 1.8." }
Expand Down

0 comments on commit 9b01b12

Please sign in to comment.