2015-03-03 09:55:41 +01:00
|
|
|
@dir(%%WWW_OWNER%%,%%WWW_GROUP%%,) %%WWWDIR%%/imgs
|
2015-03-03 01:47:43 +01:00
|
|
|
@sample etc/monitorix.conf.sample
|
2011-07-31 19:29:02 +02:00
|
|
|
bin/monitorix
|
2015-03-03 01:47:43 +01:00
|
|
|
@dir %%WWWDIR%%/usage
|
2010-08-18 19:43:31 +02:00
|
|
|
%%CGIDIR%%/monitorix.cgi
|
2013-12-21 22:50:02 +01:00
|
|
|
man/man5/monitorix.conf.5.gz
|
|
|
|
man/man8/monitorix.8.gz
|
2015-03-03 01:47:43 +01:00
|
|
|
@rmtry %B/monitorix.conf.path
|
2013-03-03 16:17:19 +01:00
|
|
|
%%WWWDIR%%/reports/ca.html.sample
|
|
|
|
%%WWWDIR%%/reports/de.html.sample
|
|
|
|
%%WWWDIR%%/reports/en.html.sample
|
|
|
|
%%WWWDIR%%/reports/it.html.sample
|
|
|
|
%%WWWDIR%%/reports/pl.html.sample
|
2010-08-18 19:43:31 +02:00
|
|
|
%%WWWDIR%%/logo_bot.png
|
|
|
|
%%WWWDIR%%/logo_top.png
|
|
|
|
%%WWWDIR%%/monitorixico.png
|
2013-03-03 16:17:19 +01:00
|
|
|
%%WWWDIR%%/cgi
|
2013-06-04 20:52:55 +02:00
|
|
|
@comment rrd files are now kept in /var/db/monitorix, we'll move
|
|
|
|
@comment previous files over for the user
|
2015-03-03 09:55:41 +01:00
|
|
|
@dir(%%WWW_OWNER%%,%%WWW_GROUP%%,) %%DBDIR%%
|
2013-06-04 20:55:12 +02:00
|
|
|
@exec [ -f %%DATADIR%%/fs.rrd ] && mv %%DATADIR%%/*.rrd %%DBDIR%% || true
|