Blame policy/modules/admin/mrtg.if
|
Chris PeBenito |
679626 |
## <summary>Network traffic graphing</summary>
|
|
Chris PeBenito |
679626 |
|
|
Chris PeBenito |
679626 |
########################################
|
|
Chris PeBenito |
679626 |
## <summary>
|
|
Chris PeBenito |
679626 |
## Create and append mrtg logs.
|
|
Chris PeBenito |
679626 |
## </summary>
|
|
Chris PeBenito |
679626 |
## <param name="domain">
|
|
Chris PeBenito |
885b83 |
## <summary>
|
|
Chris PeBenito |
679626 |
## Domain allowed access.
|
|
Chris PeBenito |
885b83 |
## </summary>
|
|
Chris PeBenito |
679626 |
## </param>
|
|
Chris PeBenito |
679626 |
#
|
|
Chris PeBenito |
679626 |
interface(`mrtg_append_create_logs',`
|
|
Chris PeBenito |
679626 |
gen_require(`
|
|
Chris PeBenito |
679626 |
type mrtg_log_t;
|
|
Chris PeBenito |
679626 |
')
|
|
Chris PeBenito |
c0868a |
|
|
Chris PeBenito |
c0868a |
append_files_pattern($1,mrtg_log_t,mrtg_log_t)
|
|
Chris PeBenito |
c0868a |
create_files_pattern($1,mrtg_log_t,mrtg_log_t)
|
|
Chris PeBenito |
679626 |
')
|