summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-25 11:23:45 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-25 11:23:45 +0000
commitb312f62d11fa036c2e75d6afaafb14b03d38660b (patch)
tree08e93662a8cf9ca34bf72f345730cda93060e9a1 /files
parent561b770f24a688842bfad68143826aefd8ab1fd0 (diff)
fixed category
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1263 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'files')
-rwxr-xr-xfiles/plugins/selinux_avcstats2
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'