From 9cc1f9321087fe26d87b33ae4a8affe602490b9f Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 20 Oct 2013 15:57:25 +0200 Subject: [PATCH] some more manpages and content --- man/configuration.md | 30 ++++++++++++++++++++++++++++++ man/linspector.md | 5 +++++ man/lish.md | 8 ++++++++ man/services.md | 6 ++++++ man/tasks.md | 7 +++++++ 5 files changed, 56 insertions(+) create mode 100644 man/configuration.md create mode 100644 man/linspector.md create mode 100644 man/lish.md create mode 100644 man/services.md create mode 100644 man/tasks.md diff --git a/man/configuration.md b/man/configuration.md new file mode 100644 index 0000000..b50b3b0 --- /dev/null +++ b/man/configuration.md @@ -0,0 +1,30 @@ +Linspector configuration +======================== + +members +------- + +periods +------- + +hostgroups +---------- + +layouts +------- + +core +---- + +### instance_name +* instance1 -> Name of the Linspector instance (optional) + +### max_logfile_size +* 1024000 -> Size of logfile in Bytes + +### max_logfile_count +* 4 -> count of logfiles to save in rotation + +### threshold_handling: +* "reset" -> Resets the threshold when service runs successful +* "decrement" -> Decrements the threshold when service runs successful (default) \ No newline at end of file diff --git a/man/linspector.md b/man/linspector.md new file mode 100644 index 0000000..44bd998 --- /dev/null +++ b/man/linspector.md @@ -0,0 +1,5 @@ +Linspector +========== + +Linspector is a simple, Python based, system & network vital information +monitoring solution. diff --git a/man/lish.md b/man/lish.md new file mode 100644 index 0000000..f4fbdf9 --- /dev/null +++ b/man/lish.md @@ -0,0 +1,8 @@ +This is the manual page for Lish - The Linspector interactive Shell +=================================================================== + +Introduction +------------ + +Commands +-------- diff --git a/man/services.md b/man/services.md new file mode 100644 index 0000000..31b50f7 --- /dev/null +++ b/man/services.md @@ -0,0 +1,6 @@ +Linspector Services +=================== + +Introduction +------------ + diff --git a/man/tasks.md b/man/tasks.md new file mode 100644 index 0000000..9b1844d --- /dev/null +++ b/man/tasks.md @@ -0,0 +1,7 @@ +Linspector Tasks +================ + +Introduction +------------ + +Tasks are for processing data and alerting after service execution.