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

[IMP] Added promeheus-exporter capabilities & nginx cache customisation capabilities #27

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2023

  1. [FIX] shorter HSTS timeout

    Until we have a stable setup for this, set the HSTS header with a
    max-age of 10min instead of 1y so we can test things
    
    ref:
    https://www.nginx.com/blog/http-strict-transport-security-hsts-and-nginx/
    "Testing HTTP Strict Transport Security with Care"
    gurneyalex committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9c72e00 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Merge pull request #25 from gurneyalex/short_htsts_max-age

    [FIX] shorter HSTS timeout
    vrenaville authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6d69253 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. [IMP] Added Nginx cache cusomisation capabilities

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e5a1c34 View commit details
    Browse the repository at this point in the history
  2. [IMP] Added promeheus-exporter capabilities & nginx cache cusomisatio…

    …n capabilities
    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    becf8b3 View commit details
    Browse the repository at this point in the history
  3. quoted prometherus exporter rule

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a601122 View commit details
    Browse the repository at this point in the history
  4. try to escape prometheus log file name

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    96839e6 View commit details
    Browse the repository at this point in the history
  5. print out /etc/prometheus-nginxlog-exporter.hcl

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9141ccc View commit details
    Browse the repository at this point in the history
  6. added verify config prometheus exporter file

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    361f22c View commit details
    Browse the repository at this point in the history
  7. Avoid crash nginx if prometheus exporter doesn't start

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d5d6a35 View commit details
    Browse the repository at this point in the history
  8. Remove launch of prometheus exporter

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a2f9aea View commit details
    Browse the repository at this point in the history
  9. Change prometheus exporter to amd64 version

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b164e08 View commit details
    Browse the repository at this point in the history
  10. Added ps auxw to check if prometheus exporter is running

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    dcda96f View commit details
    Browse the repository at this point in the history
  11. Change prometheus exporter to amd64.tar version

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    da03435 View commit details
    Browse the repository at this point in the history
  12. remove || exit 0 from doscker-entrypoint

    Hadrien Huvelle committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8e2c51f View commit details
    Browse the repository at this point in the history