Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Commits
cd4b66b6
Commit
cd4b66b6
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
about: add doc pages
parent
689c512d
No related branches found
No related tags found
1 merge request
!225
6908 check rearbackup
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/20_Checks/_index.md
+1
-0
1 addition, 0 deletions
docs/20_Checks/_index.md
docs/20_Checks/about.md
+74
-0
74 additions, 0 deletions
docs/20_Checks/about.md
with
75 additions
and
0 deletions
docs/20_Checks/_index.md
+
1
−
0
View file @
cd4b66b6
...
@@ -7,6 +7,7 @@ There is one include script used by all checks:
...
@@ -7,6 +7,7 @@ There is one include script used by all checks:
## Check scripts
## Check scripts
*
[
about
](
about.md
)
*
[
check_apache_requests
](
check_apache_requests.md
)
*
[
check_apache_requests
](
check_apache_requests.md
)
*
[
check_ceph_diskfree
](
check_ceph_diskfree.md
)
*
[
check_ceph_diskfree
](
check_ceph_diskfree.md
)
*
[
check_ceph_io
](
check_ceph_io.md
)
*
[
check_ceph_io
](
check_ceph_io.md
)
...
...
This diff is collapsed.
Click to expand it.
docs/20_Checks/about.md
0 → 100644
+
74
−
0
View file @
cd4b66b6
# About
## Introduction
This check shows a short summary for the current system.
Its status is always OK.
## Requirements
Nothing special.
## Syntax
```
txt
______________________________________________________________________
ABOUT
v1.2
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
https://os-docs.iml.unibe.ch/icinga-checks/Checks/about.html
______________________________________________________________________
About ... shows a short summary for the system:
* perating system
* cpu
* ram
* diskspace
* checked services
SYNTAX:
about [-h]
OPTIONS:
-h, --help
this help
```
## Example
```
txt
# ./about
debian 12 / 16 cpu / 62.684 GB ram
>>>>>>>>>> CPU: 16
model name : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
>>>>>>>>>> Memory
RAM total 65729512 kB
Swap 999420 kB
>>>>>>>>>> Disks
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/icinga--01--vg-root 218G 28G 179G 14% /
/dev/sda1 455M 105M 326M 25% /boot
>>>>>>>>>> Services
Apache-httpd
Carbon-Cache
Cron
Cronjob-watcher
Icinga2
Icinga-Director
Mariadb
PHP-FPM
Postfix
SSH
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment