name: ngx-export-healthcheck version: 1.5 x-revision: 1 synopsis: Active health checks and monitoring of Nginx upstreams description: Active health checks and monitoring of Nginx upstreams. . This is a part of . Custom libraries are required to be linked against C module /ngx_healthcheck_plugin/. homepage: http://github.com/lyokha/nginx-healthcheck-plugin license: BSD3 license-file: LICENSE extra-source-files: Changelog.md author: Alexey Radkov maintainer: Alexey Radkov stability: stable copyright: 2022 Alexey Radkov category: Network build-type: Simple cabal-version: 1.20 flag SnapStatsServer description: Build Snap server to collect stats. library default-language: Haskell2010 build-depends: base >=4.8 && <5 , ngx-export >= 1.7.1 , http-client , http-client-brread-timeout , http-types , containers , async , bytestring , vector , text , aeson >= 1.0.0.0 , time , safe if flag(SnapStatsServer) build-depends: snap-core , snap-server , enclosed-exceptions cpp-options: -DSNAP_STATS_SERVER exposed-modules: NgxExport.Healthcheck other-modules: NgxExport.Healthcheck.Types ghc-options: -Wall