Skip to content
Snippets Groups Projects
Commit 9ed5acd0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'simple-task/7546-icinga-check-für-ablaufende-gitlab-tokens' into 'master'

update docs

See merge request !285
parents ddabf7e1 6d2190d5
No related branches found
No related tags found
1 merge request!285update docs
...@@ -6,6 +6,18 @@ Script: `check_snmp_data` ...@@ -6,6 +6,18 @@ Script: `check_snmp_data`
It can handle current values (i.e. load / cpu usage / disc usage) and counter values (i.e. network io). It can handle current values (i.e. load / cpu usage / disc usage) and counter values (i.e. network io).
## Requirements
* snmpget
* snmpwalk
## Standalone installation
From this repository ypu need next to this script:
* `inc_pluginfunctions` shared function for all IML checks written in bash
* `check_snmp_includes` with a shared snmp config reader
## Syntax ## Syntax
Start the script without parameter to get the help. Start the script without parameter to get the help.
......
...@@ -4,6 +4,18 @@ Script: `check_snmp_synology` ...@@ -4,6 +4,18 @@ Script: `check_snmp_synology`
**check_snmp_data** is a plugin to check the status of a Synology storage using snmp v2 or v3. **check_snmp_data** is a plugin to check the status of a Synology storage using snmp v2 or v3.
## Requirements
* snmpget
* snmpwalk
## Standalone installation
From this repository ypu need next to this script:
* `inc_pluginfunctions` shared function for all IML checks written in bash
* `check_snmp_includes` with a shared snmp config reader
## Syntax ## Syntax
Start the script without parameter to get the help. Start the script without parameter to get the help.
......
...@@ -14,6 +14,16 @@ Remark: ...@@ -14,6 +14,16 @@ Remark:
This is just a local check of the certificate file. This is just a local check of the certificate file.
It cannot detect a revocation at the issuer. It cannot detect a revocation at the issuer.
## Requirements
* openssl client
## Standalone installation
From this repository ypu need next to this script:
* `inc_pluginfunctions` shared function for all IML checks written in bash
## Syntax ## Syntax
Start the script with `-h` to get the help. Start the script with `-h` to get the help.
......
...@@ -10,6 +10,12 @@ A unit is everything listed by systemctl command - services, timers, targets, .. ...@@ -10,6 +10,12 @@ A unit is everything listed by systemctl command - services, timers, targets, ..
* `systemctl` binary (which is on each systemd based linux system) * `systemctl` binary (which is on each systemd based linux system)
## Standalone installation
From this repository ypu need next to this script:
* `inc_pluginfunctions` shared function for all IML checks written in bash
## Syntax ## Syntax
```txt ```txt
......
...@@ -4,6 +4,14 @@ Script: `check_NAME` ...@@ -4,6 +4,14 @@ Script: `check_NAME`
It is a plugin for ... It is a plugin for ...
## Requirements
## Standalone installation
From this repository ypu need next to this script:
* `inc_pluginfunctions` shared function for all IML checks written in bash
## Syntax ## Syntax
`$ check_NAME [-c CRITICAL] [-w WARING] PRODUCT VERSION` `$ check_NAME [-c CRITICAL] [-w WARING] PRODUCT VERSION`
......
/* /*
override css elements of daux.io blue theme override css elements of daux.io blue theme
version 2024-10-31 version 2024-11-01
*/ */
:root { :root {
/* Axels Overrides */ /* Axels Overrides */
...@@ -128,7 +128,7 @@ a.Brand { ...@@ -128,7 +128,7 @@ a.Brand {
/* ---------- page content ---------- */ /* ---------- page content ---------- */
.s-content { .s-content {
padding-top: 6em; padding-top: 3em;
} }
/** /**
...@@ -172,10 +172,12 @@ h4::before{color: #ccc;content: '_ ';} ...@@ -172,10 +172,12 @@ h4::before{color: #ccc;content: '_ ';}
margin-top: 0em; margin-top: 0em;
margin-left: -1em; margin-left: -1em;
padding-left: 1em; padding-left: 1em;
position: fixed;
min-width: 100%; min-width: 100%;
background: var(--body-background); background: var(--body-background);
/*
position: fixed;
box-shadow: 0 2em 1em var(--body-background); box-shadow: 0 2em 1em var(--body-background);
*/
} }
h2:first-of-type { h2:first-of-type {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment