https://github.com/githubfoam/checkmk-sandbox
network visibility CTI DFIR (host kubernetes docker LXC)
https://github.com/githubfoam/checkmk-sandbox
cti dfir docker k8s lxc network-visibility
Last synced: 5 months ago
JSON representation
network visibility CTI DFIR (host kubernetes docker LXC)
- Host: GitHub
- URL: https://github.com/githubfoam/checkmk-sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2020-01-15T23:57:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T13:39:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T05:42:23.544Z (10 months ago)
- Topics: cti, dfir, docker, k8s, lxc, network-visibility
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
~~~~
Operating System: Ubuntu 19.04
vagrant@vg-checkmk-srv:~$ gdebi -n check-mk-raw-1.6.0p8_0.xenial_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libevent-1.4-2
~~~~
~~~~
vg-checkmk-srv: This package is uninstallable
vg-checkmk-srv: Dependency is not satisfiable: libperl5.22
~~~~
~~~~
Operating System: Ubuntu 18.04
vagrant up
vagrant up vg-checkmk-srv vg-checkmk-client
vagrant destroy -f
u/p cmkadmin/admin
http://localhost:8080/monitor/check_mk/index.py
~~~~
~~~~
Installation of the Raw Edition
# docker container run -dit -p 8080:5000 --ulimit nofile=1024 --tmpfs /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 -v monitoring:/omd/sites --name monitoring -v /etc/localtime:/etc/localtime:ro --restart always checkmk/check-mk-raw:1.6.0-latest
create a persistent memory and remove it automatically when the container stops,
# docker container run --rm -dit -p 8080:5000 --tmpfs /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 --ulimit nofile=1024 -v /omd/sites --name monitoring -v /etc/localtime:/etc/localtime:ro checkmk/check-mk-raw:1.6.0-latest
# docker container logs monitoring
initial password for the cmkadmin account in the logs that are written for this containe
http://localhost:8080/cmk/check_mk/
https://checkmk.com/cms_introduction_docker.html
~~~~
~~~~
https://hub.docker.com/r/checkmk/check-mk-raw/
https://checkmk.com/cms_install_packages.html#Debian%20and%20Ubuntu-1
Monitoring Docker
https://checkmk.com/cms_monitoring_docker.html
Monitoring Linux
https://checkmk.com/cms_agent_linux.html#manual
Further free plug-ins from users, partners or third parties are available at the Checkmk Exchange.
https://checkmk.com/check_mk-exchange.php
~~~~