Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-passive-client
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source
icinga-passive-client
Merge requests
!12
check pipes in output and performance data
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
check pipes in output and performance data
react-on-pipe-in-output
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
check pipes in output and performance data
Hahn Axel (hahn)
requested to merge
react-on-pipe-in-output
into
master
Jul 8, 2022
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
248ec8ac
1 commit,
Jul 8, 2022
2 files
+
66
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
README.md
0 → 100644
+
51
−
0
View file @ 248ec8ac
Edit in single-file editor
Open in Web IDE
```
text
_______ __
|_ _|.----.|__|.-----.-----.---.-.
_| |_ | __|| || | _ | _ |
|_______||____||__||__|__|___ |___._|
|_____|
______ __ ______ _____ __ __
| __ \.---.-.-----.-----.|__|.--.--.-----. | | |_|__|.-----.-----.| |_
| __/| _ |__ --|__ --|| || | | -__| | ---| | || -__| || _|
|___| |___._|_____|_____||__| \___/|_____| |______|_______|__||_____|__|__||____|
```
A set of shell scripts (Bash) for an icinga client.
With a director script you can create Hosts and service checks with Icingaweb2 director API.
With an Icinga2 script you can run checks and post its results to the Icinga2 API.
Licencse: GNU GPL 3.0
IML
*
Institute For Medical Education; University of Bern
## Requirements
Icinga:
*
In Icingaweb2 the module "director" must be enabled and the API access to it
*
An existing Icinga 2 instance with enabled API access
On clients:
*
Linux with Bash
## Basic Installation
As root...
*
Create a non privileged user "icingaclient".
*
Create a directory
`mkdir -p /opt/imlmonitor/ && cd /opt/imlmonitor/`
*
Run a git clone:
`git clone https://git-repo.iml.unibe.ch/open-source/icinga-passive-client.git client`
*
Set owner:
`chown -R icingaclient. client`
## Setup client
*
go to the "client" directory
`cd /opt/imlmonitor/client`
and copy _etc directory to /etc:
`cp -r _etc /etc/icingaclient`
## Setup Icingaweb2 director access
TBD
## Setup Icinga2 access
TBD
Loading