diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-02-28 03:30:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 03:30:02 +0700 |
commit | e3c8c6afff14d8f8fec396709117b30cfd207aae (patch) | |
tree | 099d47c17385a377727f9bf08622b93c5a9df8c3 /system/graphite-web/man1 | |
parent | 46e7f74c3c1ffb67267f8cf290646467b9bd4818 (diff) | |
download | slackbuilds-e3c8c6afff14d8f8fec396709117b30cfd207aae.tar.gz |
system/graphite-web: Added (Enterprise Scalable Realtime Graphing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/graphite-web/man1')
-rw-r--r-- | system/graphite-web/man1/graphite-build-search-index.1 | 19 | ||||
-rw-r--r-- | system/graphite-web/man1/graphite-manage.1 | 35 |
2 files changed, 54 insertions, 0 deletions
diff --git a/system/graphite-web/man1/graphite-build-search-index.1 b/system/graphite-web/man1/graphite-build-search-index.1 new file mode 100644 index 0000000000..d5ae9f6606 --- /dev/null +++ b/system/graphite-web/man1/graphite-build-search-index.1 @@ -0,0 +1,19 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GRAPHITE\-BUILD\-SEARCH\-INDEX" "1" "December 2012" "" "" +. +.SH "NAME" +\fBgraphite\-build\-search\-index\fR \- create search index for Graphite Webapp +. +.SH "SYNOPSIS" +graphite\-build\-search\-index +. +.SH "DESCRIPTION" +This script creates the search index of Whisper files for the Graphite Webapp\. It will run as hourly cronjob\. You don\'t need to run this command manual except you want to force generating the search index\. +. +.SH "AUTHOR" +Jonas Genannt +. +.P +This manual page was written by Jonas Genannt \fIjonas\.genannt@capi2name\.de\fR for the Debian Project\. diff --git a/system/graphite-web/man1/graphite-manage.1 b/system/graphite-web/man1/graphite-manage.1 new file mode 100644 index 0000000000..8a8de8eb5f --- /dev/null +++ b/system/graphite-web/man1/graphite-manage.1 @@ -0,0 +1,35 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GRAPHITE\-MANAGE" "1" "December 2012" "" "" +. +.SH "NAME" +\fBgraphite\-manage\fR \- manage\.py wrapper for the Graphite Webapp +. +.SH "SYNOPSIS" +graphite\-manage +. +.SH "DESCRIPTION" +graphite\-manage is an wrapper script to access Django manage\.py for the Graphite Webapp\. +. +.P +See \fBgraphite\-manage \-\-help\fR for complete help\. +. +.P +To create an new sqlite database and an superuser do: +. +.IP "\(bu" 4 +graphite\-manage syncdb +. +.IP "\(bu" 4 +chown graphite:graphite /var/lib/graphite/graphite\.db +. +.IP "" 0 +. +.SH "AUTHOR" +Jonas Genannt +. +.P +This manual page was written by Jonas Genannt \fIjonas\.genannt@capi2name\.de\fR for the Debian Project\. +.br +Modified by Mario Preksavec \fImario@slackware\.hr\fR for Slackware |