Skip to content

koality-io/360-plugin-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

360 Monitoring CLI command plugin

This plugin will collect data that is returned from a command line command. The tool must return a valid json string that is a simple key value list.

Configuration

To activate the plugin please enable it in your agent360.ini file.

[cli_command]

enabled = yes
command = /path/to/command

Example for a PHP script

[cli_command]

enabled = yes
command = /usr/bin/php /var/tools/redis/stats.php

Output

The command line command has to output a valid JSON string. It is a key value list where the key is a string and the value is the current value as number.

{"size": 200, "amount": 34}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages