Go to the source code of this file.
◆ BEGIN_MUNIN_SERVICE
| #define BEGIN_MUNIN_SERVICE |
( |
| servivece_name_str | ) |
|
◆ END_MUNIN_SERVICE
| #define END_MUNIN_SERVICE |
( |
| ) |
|
◆ MUNIN_ARGS_DEFAULT
| #define MUNIN_ARGS_DEFAULT |
( |
| vertial_lable_str | ) |
|
◆ MUNIN_ARGS_FORCE_AUPPER_LIMIT
| #define MUNIN_ARGS_FORCE_AUPPER_LIMIT |
( |
| vertial_lable_str, |
|
|
| limit ) |
Value:"graph_args --base 1000 -l 0 --vertical-label " vertial_lable_str " --rigid --upper-limit " limit " \n"
Definition at line 39 of file munin_connection_handler.h.
◆ MUNIN_CATEGORY
| #define MUNIN_CATEGORY |
( |
| category_str | ) |
|
◆ MUNIN_ENTRY
| #define MUNIN_ENTRY |
( |
| var_name | ) |
|
◆ MUNIN_ENTRY_ALIAS
| #define MUNIN_ENTRY_ALIAS |
( |
| var_name, |
|
|
| alias ) |
◆ MUNIN_ENTRY_AREA
| #define MUNIN_ENTRY_AREA |
( |
| var_name | ) |
|
Value:#var_name".label " #var_name "\n" #var_name".info "#var_name".\n" #var_name".draw AREASTACK\n"
Definition at line 44 of file munin_connection_handler.h.
◆ MUNIN_INFO
| #define MUNIN_INFO |
( |
| info_str | ) |
|
◆ MUNIN_SERVICE_PARAM
| #define MUNIN_SERVICE_PARAM |
( |
| munin_var_name_str, |
|
|
| variable ) |
Value:paramters_text += std::string() + munin_var_name_str ".value " + boost::lexical_cast<std::string>(variable) + "\n"
Definition at line 48 of file munin_connection_handler.h.
◆ MUNIN_TITLE
| #define MUNIN_TITLE |
( |
| title_str | ) |
|