jesusvilla.blogg.se

Maxsnap plugin
Maxsnap plugin










  1. #MAXSNAP PLUGIN DOWNLOAD#
  2. #MAXSNAP PLUGIN WINDOWS#

Lists databases to be backed up with the user name and password. Instructs the MaxDB backup program whether or not to Specifies the path for the MaxDB sqlcli command.

#MAXSNAP PLUGIN WINDOWS#

Length of namespace can be different but the last element in array must have source option set to string.Note: If in a Windows environment, the path needs to be contained within double-quotes (".").

maxsnap plugin

For example metrics definition are shown in setfile structure section and this MIB: Namespace is configured as an array which contains configuration of namespace elements (separted by /). Namespaces start with /intel/snmp/, further parts of namespaces need to be configured. Metrics namespaces are configured in Setfile.

maxsnap plugin

Each metric is defined as JSON object in the following format: Setfile contains JSON structure which is used to define metrics. It is useful to set higher value of max_running_plugins in global configuration because, for SNMP plugin, for each of tasks a one instance of plugin is needed.ĭefault value of max_running_plugins is 3 so by default only 3 tasks with SNMP plugin can be created. Global configuration files are described in Snap's documentation and require the snmp section in collectorĪlong with the specific Setfile - path to SNMP plugin configuration file (path to Setfile).Įxamples of valid Global Config files are in examples/cfg/. If scale or shift parameters are set ( scale different than 1, shift different than 0) then numeric metrics are returned as float64. New_metric_value = numeric_metric_value * scale + shift. The metric value is modified using the following equation: It is possible to modify metric value using scale or shift parameters, for more information read setfile structure section. Unsigned 32bit Integer (values between 967295) Represents an unsigned integer which represents the time, modulo 232 (4294967296 dec), in hundredths of a second between two epochs Signed 32bit Integer (values between -21474836483647)Īrbitrary binary or textual data, typically limited to 255 characters in length Represents an unsigned integer, which may increase or decrease, but shall never exceed a maximum value Same as Counter32 but has a maximum value of 64bits-1 Represents a non-negative integer which monotonically increases until it reaches a maximum value of 32bits-1 (4294967295 dec), when it wraps around and starts increasing again from zero Metric names are defined in Setfile and can be collected in one of following data types: int32, uint32, uint64, float64, string.ĭetailed descriptions of data types are available in the table below: SNMP data type SNMP_AGENT_ADDRESS - IP address or host name with port number of SNMP agent.SNMP_AGENT_NAME - name given by the user for SNMP agent in configuration of SNMP agent,.

maxsnap plugin

  • OID - object identifier which is used to read metric,.
  • Namespaces start with /intel/snmp/, further parts of namespaces need to be configured, details are described in sections: setfile structure and namespace.įor each of metrics following tags are added: Metrics are available in namespaces which are configurable by the user. Notice that this plugin is a generic plugin, it cannot work without configuration, because there is no reasonable default behavior. There are examples in the Task Manifest section or in examples/tasks/. Setfile structure description is available in the setfile structure section and there are examples in examples/setfiles/.Ĭreate Global Config, see description in Snap's Global Config.Ĭreate a Task Manifest with SNMP agent configuration (described in this). Configuration and UsageĬreate configuration file (called a Setfile) in which metrics are defined. To build the plugin binary:Ĭlone repo into $GOPATH/src/github/intelsdi-x/: You can get the pre-built binaries for your OS and architecture at plugin's Github Releases page.

    maxsnap plugin

    #MAXSNAP PLUGIN DOWNLOAD#

    Installation Download snmp plugin binary: access to SNMP agent which supports SNMP in one of the following versions: v1, v2c, v3.The plugin sends GET and GETNEXT requests to receive metrics from SNMP agents using numeric OID (Object Identifier) which indicates metric value or set of values. This plugin collects metrics using SNMP (Simple Network Management Protocol). If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project. Patches to this project are no longer accepted by Intel. Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. This project will no longer be maintained by Intel. Intel no longer accepts patches to this project. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. This project has been identified as having known security escapes.












    Maxsnap plugin