Commit 72a9587
committed
feat(podman-info,podman-stats): add dedicated Podman checks (fix #1023)
- Add podman-info and podman-stats as dedicated Podman counterparts
to docker-info and docker-stats
- Add Podman Service Set to Icinga Director basket
- Modernize docker-info and docker-stats (remove pylint directives,
fix bare except, use example-plugin perfdata format)
- Fix docker-stats memory perfdata using CPU thresholds instead of
memory thresholds
- docker-info and docker-stats now detect Podman and point to the
correct check1 parent 2405789 commit 72a9587
File tree
32 files changed
+1569
-333
lines changed- assets/icingaweb2-module-director
- check-plugins
- docker-info
- icingaweb2-module-director
- unit-test
- stderr
- stdout
- docker-stats
- icingaweb2-module-director
- unit-test
- podman-info
- icingaweb2-module-director
- icon
- unit-test
- stdout
- podman-stats
- icingaweb2-module-director
- icon
- unit-test
- stdout
32 files changed
+1569
-333
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1335 | 1335 | | |
1336 | 1336 | | |
1337 | 1337 | | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
1338 | 1344 | | |
1339 | 1345 | | |
1340 | 1346 | | |
| |||
40782 | 40788 | | |
40783 | 40789 | | |
40784 | 40790 | | |
| 40791 | + | |
| 40792 | + | |
| 40793 | + | |
| 40794 | + | |
| 40795 | + | |
| 40796 | + | |
| 40797 | + | |
| 40798 | + | |
| 40799 | + | |
| 40800 | + | |
| 40801 | + | |
| 40802 | + | |
| 40803 | + | |
| 40804 | + | |
| 40805 | + | |
| 40806 | + | |
| 40807 | + | |
| 40808 | + | |
| 40809 | + | |
| 40810 | + | |
| 40811 | + | |
| 40812 | + | |
| 40813 | + | |
| 40814 | + | |
| 40815 | + | |
| 40816 | + | |
| 40817 | + | |
| 40818 | + | |
| 40819 | + | |
| 40820 | + | |
| 40821 | + | |
| 40822 | + | |
| 40823 | + | |
| 40824 | + | |
| 40825 | + | |
| 40826 | + | |
| 40827 | + | |
| 40828 | + | |
| 40829 | + | |
| 40830 | + | |
| 40831 | + | |
| 40832 | + | |
| 40833 | + | |
| 40834 | + | |
| 40835 | + | |
| 40836 | + | |
| 40837 | + | |
| 40838 | + | |
| 40839 | + | |
| 40840 | + | |
| 40841 | + | |
| 40842 | + | |
| 40843 | + | |
| 40844 | + | |
| 40845 | + | |
| 40846 | + | |
| 40847 | + | |
| 40848 | + | |
| 40849 | + | |
| 40850 | + | |
| 40851 | + | |
| 40852 | + | |
| 40853 | + | |
| 40854 | + | |
| 40855 | + | |
| 40856 | + | |
| 40857 | + | |
| 40858 | + | |
| 40859 | + | |
| 40860 | + | |
| 40861 | + | |
| 40862 | + | |
| 40863 | + | |
| 40864 | + | |
| 40865 | + | |
| 40866 | + | |
| 40867 | + | |
| 40868 | + | |
| 40869 | + | |
| 40870 | + | |
| 40871 | + | |
| 40872 | + | |
| 40873 | + | |
| 40874 | + | |
| 40875 | + | |
| 40876 | + | |
| 40877 | + | |
| 40878 | + | |
| 40879 | + | |
| 40880 | + | |
| 40881 | + | |
| 40882 | + | |
| 40883 | + | |
| 40884 | + | |
| 40885 | + | |
40785 | 40886 | | |
40786 | 40887 | | |
40787 | 40888 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments