kube-icinga icon indicating copy to clipboard operation
kube-icinga copied to clipboard

Monitor kubernetes services / resources using icinga2 (including autodiscovery support)

Results 16 kube-icinga issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

Removes [node-jose](https://github.com/cisco/node-jose). It's no longer used after updating ancestor dependency [kubernetes-client](https://github.com/godaddy/kubernetes-client). These dependencies need to be updated together. Removes `node-jose` Updates `kubernetes-client` from 5.3.0 to 9.0.0 Changelog Sourced from kubernetes-client's...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependency [kubernetes-client](https://github.com/godaddy/kubernetes-client). These dependencies need to be updated together. Updates `http-cache-semantics` from 3.8.1 to 4.1.1 Commits See full diff in compare view Updates...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

#### Describe the bug PS C:\project\kube-icinga> kubectl apply --validate -f .\kube-icinga.yaml secret/icinga-credentials unchanged clusterrole.rbac.authorization.k8s.io/kube-icinga configured clusterrolebinding.rbac.authorization.k8s.io/kubernetes-icinga created serviceaccount/kube-icinga unchanged error: error parsing .\kube-icinga.yaml: error converting YAML to JSON: yaml: line...

bug

#### Describe the change Only create single icinga services for NodePort (Like all other objects.) #### Current situation Currently an icinga service is made for each worker/NodePort service. #### Should...

#### Describe the change Upgrade to latest TypeScript/jest. #### Current situation Currently TypeScript 2.9.x is in use with an older jest version. #### Should Latest TypeScript/jest. #### Additional context Add...

hasfix

#### Is your feature request related to a problem? Please describe Missing pods. #### Describe the solution you'd like Include pods as a new resource. There are reasons to monitor...

feature