diff options
-rw-r--r-- | rrdtool.menu | 6 | ||||
-rw-r--r-- | rrdtool.roles | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/rrdtool.menu b/rrdtool.menu new file mode 100644 index 0000000..2cef415 --- /dev/null +++ b/rrdtool.menu @@ -0,0 +1,6 @@ +#CAT GROUP/DESC TAB ACTION +Applications 70rrdtool Status welcome +#Applications 70rrdtool Config config +Applications 70rrdtool Databases listrrd +Applications 70rrdtool Expert expert + diff --git a/rrdtool.roles b/rrdtool.roles new file mode 100644 index 0000000..712ac8c --- /dev/null +++ b/rrdtool.roles @@ -0,0 +1,4 @@ +USER=rrdtool:status,rrdtool:welcome,rrdtool:startstop +EDITOR=rrdtool:config,rrdtool:listrrd +EXPERT=rrdtool:expert +ADMIN=rrdtool:status,rrdtool:welcome,rrdtool:startstop,rrdtool:config,rrdtool:listrrd,rrdtool:expert |