Metadata-Version: 1.1
Name: wishbone-decode-perfdata
Version: 1.0.0
Summary: A Wishbone decode module to convert Nagios perfdata to the internal metric format.
Home-page: https://github.com/smetj/wishbone-decode-perfdata
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-decode-perfdata/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.4
        
            Build composable event pipeline servers with minimal effort.
        
        
        
            ========================
            wishbone.decode.perfdata
            ========================
        
            Version: 1.0.0
        
            Converts Nagios perfdata to the internal metric format.
            -------------------------------------------------------
        
        
                Converts the Nagios performance data into the internal Wishbone metric
                format.
        
        
                Parameters:
        
                    - sanitize_hostname(bool)(False)
                       |  If True converts "." to "_".
                       |  Might be practical when FQDN hostnames mess up the namespace
                       |  such as Graphite.
        
                    - source(str)("@data")
                       |  The field containing the perdata.
        
                    - destination(str)("@data")
                       |  The field to store the Metric data.
        
        
                Queues:
        
                    - inbox:    Incoming events
        
                    - outbox:   Outgoing events
        
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
