Skip to content

Commit ab2759f

Browse files
committed
fix(assets): apt-get returns with an error (closes #904)
1 parent 860563e commit ab2759f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77

88
## [Unreleased]
99

10-
tbd
10+
### Fixed ("fix")
11+
12+
Assets:
13+
14+
* deb-updates: apt-get returns with an error ([#904](https://github.com/Linuxfabrik/monitoring-plugins/issues/904))
15+
1116

1217

1318
## [v2.1.1] - 2025-06-20

assets/sudoers/Debian.sudoers

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Cmnd_Alias LF_NAGIOS = /usr/lib64/nagios/plugins/about-me,\
2929
/usr/lib64/nagios/plugins/restic-stats,\
3030
/usr/lib64/nagios/plugins/scanrootkit,\
3131
/usr/lib64/nagios/plugins/strongswan-connections,\
32-
/usr/lib64/nagios/plugins/systemd-unit
32+
/usr/lib64/nagios/plugins/systemd-unit,\
33+
/usr/bin/apt-get
3334

3435
Defaults:nagios !requiretty
3536
Defaults!LF_NAGIOS !syslog

0 commit comments

Comments
 (0)