some more manpages and content
This commit is contained in:
parent
c3c7dc34fc
commit
9cc1f93210
5 changed files with 56 additions and 0 deletions
30
man/configuration.md
Normal file
30
man/configuration.md
Normal 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
5
man/linspector.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Linspector
|
||||
==========
|
||||
|
||||
Linspector is a simple, Python based, system & network vital information
|
||||
monitoring solution.
|
||||
8
man/lish.md
Normal file
8
man/lish.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
This is the manual page for Lish - The Linspector interactive Shell
|
||||
===================================================================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Commands
|
||||
--------
|
||||
6
man/services.md
Normal file
6
man/services.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Linspector Services
|
||||
===================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
7
man/tasks.md
Normal file
7
man/tasks.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Linspector Tasks
|
||||
================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Tasks are for processing data and alerting after service execution.
|
||||
Loading…
Add table
Add a link
Reference in a new issue