Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CoolCoderCarl/chief_intelligence_officer
Chief Intelligence officer know many thing about paths and roads
https://github.com/CoolCoderCarl/chief_intelligence_officer
alerting containerfile docker dynaconf k8s logger network telegram troubleshooting
Last synced: 3 months ago
JSON representation
Chief Intelligence officer know many thing about paths and roads
- Host: GitHub
- URL: https://github.com/CoolCoderCarl/chief_intelligence_officer
- Owner: CoolCoderCarl
- License: gpl-3.0
- Created: 2022-04-04T13:41:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T10:44:27.000Z (7 months ago)
- Last Synced: 2024-07-24T01:59:23.579Z (4 months ago)
- Topics: alerting, containerfile, docker, dynaconf, k8s, logger, network, telegram, troubleshooting
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chief_intelligence_officer
Custom container image for testing container env set up & network
Simple python app which throw logs to stdout
It is possible to check network connectivity if pass config to application
## Prehistory
This program help to know when internet is available again and notify about it.> I want my own "hello-world" image tester
> (c) AuthorEnjoy.
## How to use
You can check the last available tags here - `https://hub.docker.com/r/h0d0user/chief_intelligence_officer`
Or just download latest one - `docker pull h0d0user/chief_intelligence_officer:latest`
From this moment this application kuberized, so you can just run it in your clusters as a DaemonSet
## Environment variables
In K8S manifest you can use some vars to configure network testing
```
- name: SETTINGS_FILE_FOR_DYNACONF
value: "/mnt/settings.toml"
- name: VERBOSE
value: "True"
```1) `SETTINGS_FILE_FOR_DYNACONF` - is a predefined var of dynaconf where it will search for conf file
2) `VERBOSE` - is a switcher needed when you want more results (leave empty for `False`)