mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
This commit is contained in:
parent
384d482fe2
commit
09b88141b3
92 changed files with 556 additions and 388 deletions
|
@ -12,7 +12,7 @@ http://siremis.asipto.com/install-charts-panel/
|
|||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
[kamailio*]
|
||||
[kamailio*]
|
||||
user root
|
||||
group root
|
||||
env.mysql <optional-override-of-mysqladmin-path>
|
||||
|
@ -49,7 +49,7 @@ Note: second parameter of sql_query(...) is a single line. Next version, based o
|
|||
|
||||
You have to create a new table in Kamailio (OpenSER) database:
|
||||
|
||||
CREATE TABLE `statistics` (
|
||||
CREATE TABLE `statistics` (
|
||||
`id` int(10) unsigned NOT NULL auto_increment,
|
||||
`time_stamp` int(10) unsigned NOT NULL default '0',
|
||||
`random` int(10) unsigned NOT NULL default '0',
|
||||
|
@ -60,7 +60,7 @@ CREATE TABLE `statistics` (
|
|||
`ul_users` int(10) unsigned NOT NULL default '0',
|
||||
`ul_contacts` int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM;
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
Now all is ready for Kamailio (OpenSER), you can restart it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue