File tree 12 files changed +12
-12
lines changed
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
:Version: 3.0
2
2
:Date: 2023-12-28
3
- :Copyright: 2015-2023 Paul Gear
3
+ :Copyright: 2015-2024 Paul D. Gear
4
4
:Title: check_ntpmon
5
5
:Subtitle: NTPmon Nagios check
6
6
:Manual group: NTP metrics monitor
Original file line number Diff line number Diff line change 4
4
Source: https://github.com/paulgear/ntpmon
5
5
6
6
Files: *
7
- Copyright: 2015-2023 Paul D. Gear.
7
+ Copyright: 2015-2024 Paul D. Gear.
8
8
License: AGPL-3.0+
9
9
This program is free software: you can redistribute it and/or modify
10
10
it under the terms of the GNU Affero General Public License as published by
Original file line number Diff line number Diff line change 1
1
:Version: 3.0
2
2
:Date: 2023-12-28
3
- :Copyright: 2015-2023 Paul Gear
3
+ :Copyright: 2015-2024 Paul D. Gear
4
4
:Title: ntpmon
5
5
:Subtitle: NTP metrics monitor
6
6
:Manual group: NTP metrics monitor
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright: (c) 2016-2023 Paul D. Gear
2
+ # Copyright: (c) 2016-2024 Paul D. Gear
3
3
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
4
4
5
5
"""
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
#
3
- # Copyright: (c) 2016-2023 Paul D. Gear
3
+ # Copyright: (c) 2016-2024 Paul D. Gear
4
4
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
5
5
6
6
import argparse
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
#
3
- # Copyright: (c) 2016-2023 Paul D. Gear
3
+ # Copyright: (c) 2016-2024 Paul D. Gear
4
4
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
5
5
6
6
import argparse
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright: (c) 2023 Paul D. Gear
2
+ # Copyright: (c) 2023-2024 Paul D. Gear
3
3
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
4
4
5
5
Original file line number Diff line number Diff line change 1
1
# Extract and parse chronyd measurements and ntpd peerstats
2
2
#
3
- # Copyright: (c) 2016-2023 Paul D. Gear
3
+ # Copyright: (c) 2016-2024 Paul D. Gear
4
4
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
5
5
6
6
import datetime
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
#
3
- # Copyright: (c) 2016-2023 Paul D. Gear
3
+ # Copyright: (c) 2016-2024 Paul D. Gear
4
4
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
5
5
6
6
import subprocess
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
#
3
- # Copyright: (c) 2016-2023 Paul D. Gear
3
+ # Copyright: (c) 2016-2024 Paul D. Gear
4
4
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
5
5
6
6
"""
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright: (c) 2023 Paul D. Gear
2
+ # Copyright: (c) 2023-2024 Paul D. Gear
3
3
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
4
4
5
5
import version_data
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright: (c) 2015-2023 Paul D. Gear
2
+ # Copyright: (c) 2015-2024 Paul D. Gear
3
3
# License: AGPLv3 <http://www.gnu.org/licenses/agpl.html>
4
4
5
5
import datetime
You can’t perform that action at this time.
0 commit comments