some more manpages and content

This commit is contained in:
Johannes Findeisen 2013-10-20 15:57:25 +02:00
commit 9cc1f93210
5 changed files with 56 additions and 0 deletions

30
man/configuration.md Normal file
View file

@ -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)

5
man/linspector.md Normal file
View file

@ -0,0 +1,5 @@
Linspector
==========
Linspector is a simple, Python based, system & network vital information
monitoring solution.

8
man/lish.md Normal file
View file

@ -0,0 +1,8 @@
This is the manual page for Lish - The Linspector interactive Shell
===================================================================
Introduction
------------
Commands
--------

6
man/services.md Normal file
View file

@ -0,0 +1,6 @@
Linspector Services
===================
Introduction
------------

7
man/tasks.md Normal file
View file

@ -0,0 +1,7 @@
Linspector Tasks
================
Introduction
------------
Tasks are for processing data and alerting after service execution.