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.