This issue respects the following points:
Which variant of the Monitoring Plugins do you use?
Bug description
When calling with argument '--stratum x' it throws the error:
TypeError: ''=' not supported between instances of 'int' and 'str'
To fix this one has to add:
type=int to parser.add_argument('--stratum',....)
Steps to reproduce - Plugin call
/usr/lib64/nagios/plugins/ntp-systemd-timesyncd --stratum 6
Steps to reproduce - Data
No response
Environment
root@fubar:/home/clox# dpkg -l | grep fabrik
ii linuxfabrik-monitoring-plugins 2.2.1-1 amd64 The Linuxfabrik Monitoring Plugins Collection
Plugin Version
ntp-systemd-timesyncd: v2025091501 by Linuxfabrik GmbH, Zurich/Switzerland
Python version
No response
List of Python modules
No response
Additional Information
No response
This issue respects the following points:
Which variant of the Monitoring Plugins do you use?
Bug description
When calling with argument '--stratum x' it throws the error:
TypeError: ''=' not supported between instances of 'int' and 'str'
To fix this one has to add:
type=int to parser.add_argument('--stratum',....)
Steps to reproduce - Plugin call
/usr/lib64/nagios/plugins/ntp-systemd-timesyncd --stratum 6
Steps to reproduce - Data
No response
Environment
root@fubar:/home/clox# dpkg -l | grep fabrik
ii linuxfabrik-monitoring-plugins 2.2.1-1 amd64 The Linuxfabrik Monitoring Plugins Collection
Plugin Version
ntp-systemd-timesyncd: v2025091501 by Linuxfabrik GmbH, Zurich/Switzerland
Python version
No response
List of Python modules
No response
Additional Information
No response