diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-25 11:23:45 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-25 11:23:45 +0000 |
commit | f9d78950334f2392ecedfc3193e82f97f7af30d4 (patch) | |
tree | 08e93662a8cf9ca34bf72f345730cda93060e9a1 /files | |
parent | af24b55c6d87396d61e4946a8fa665b18f880859 (diff) |
fixed category
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@1263 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'files')
-rwxr-xr-x | files/plugins/selinux_avcstats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/plugins/selinux_avcstats b/files/plugins/selinux_avcstats index 9687be0..b7d2dbb 100755 --- a/files/plugins/selinux_avcstats +++ b/files/plugins/selinux_avcstats @@ -31,7 +31,7 @@ if [ "$1" = "config" ]; then echo "graph_title SELinux's Access Vector Cache" echo 'graph_args -l 0 --base 1000' echo 'graph_vlabel AVC operations' - echo 'graph_category system' + echo 'graph_category selinux' echo 'lookups.label lookups' echo 'lookups.type DERIVE' |