jail_exporter | A Prometheus exporter for FreeBSD jail metrics

 by   phyber Rust Version: v0.16.0 License: MIT

kandi X-RAY | jail_exporter Summary

kandi X-RAY | jail_exporter Summary

jail_exporter is a Rust library. jail_exporter has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Jail Exporter is a Prometheus exporter for FreeBSD jail metrics as reported by rctl(8). The exporter is written in Rust and uses the jail and rctl crates to discover jails and obtain metrics.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              jail_exporter has a low active ecosystem.
              It has 28 star(s) with 2 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 36 have been closed. On average issues are closed in 154 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of jail_exporter is v0.16.0

            kandi-Quality Quality

              jail_exporter has 0 bugs and 0 code smells.

            kandi-Security Security

              jail_exporter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              jail_exporter code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              jail_exporter is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              jail_exporter releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 11 lines of code, 0 functions and 1 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jail_exporter
            Get all kandi verified functions for this library.

            jail_exporter Key Features

            No Key Features are available at this moment for jail_exporter.

            jail_exporter Examples and Code Snippets

            HTTP Basic Authentication
            Rustdot img1Lines of Code : 19dot img1License : Permissive (MIT)
            copy iconCopy
            ---
            basic_auth_users:
                username: 'bcrypt hashed secret'
                another_user: 'bcrypt hashed secret'
            
            # Generate a password by specifying it on the CLI 
            $ jail_exporter bcrypt foobar
            Hash: $2b$12$kSOSps7NIQaEQi2CXb.Ll.qYQZ3pCK7NDWKUH7QvHzprUyLHL6tsq
            
              
            Cargo Install
            Rustdot img2Lines of Code : 6dot img2License : Permissive (MIT)
            copy iconCopy
            $ cargo install jail_exporter
            
            # Performed as root.
            $ mv ~/.cargo/bin/jail_exporter /usr/local/sbin/
            $ chown root:wheel /usr/local/sbin/jail_exporter
            $ jail_exporter --rc-script | tee /usr/local/etc/rc.d/jail_exporter
            $ chmod 755 /usr/local/etc/rc.d/  
            Enabling at System Boot
            Rustdot img3Lines of Code : 2dot img3License : Permissive (MIT)
            copy iconCopy
            # Either edit /etc/rc.conf directly or use the following command
            sysrc jail_exporter_enable=YES
              

            Community Discussions

            No Community Discussions are available at this moment for jail_exporter.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install jail_exporter

            jail_exporter is available in the FreeBSD ports tree as sysutils/jail_exporter. It can be installed by either the binary package with pkg install jail_exporter, or by compiling the package yourself in the ports tree.
            The crate is also available via crates.io, and can be installed using the cargo install command. However, it is heavily recommended to install the exporter via pkg(8) or the ports tree.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/phyber/jail_exporter.git

          • CLI

            gh repo clone phyber/jail_exporter

          • sshUrl

            git@github.com:phyber/jail_exporter.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link