1
0
Fork 0
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:
Lars Kruse 2020-10-24 17:28:11 +02:00
parent 384d482fe2
commit 09b88141b3
92 changed files with 556 additions and 388 deletions

View file

@ -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.