-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dropping zabbix24 support * switching to special OHMR which could exclude HDDs: openhardwaremonitor/openhardwaremonitor#1115 * disabling non-major triggers to reduce noise * template tuning via user macro * max vcore dropped * max vtt dropped * complex board and cpu-specific rules dropped * ryzen support on linux * fixes #19 * fixes #21 * fixes #29 * fixes #39
- Loading branch information
nobodysu
authored
Dec 14, 2019
1 parent
1845fd8
commit e66ddea
Showing
6 changed files
with
1,101 additions
and
947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
Defaults:zabbix !requiretty | ||
Cmnd_Alias ZABBIX_CMD = /usr/local/etc/zabbix/scripts/mini_ipmi_smartctl.py | ||
#Defaults:zabbix !requiretty # Uncomment in case of sudo errors | ||
|
||
zabbix ALL=NOPASSWD: /usr/local/etc/zabbix/scripts/mini_ipmi_smartctl.py | ||
|
||
zabbix ALL = (other_user) NOPASSWD: ALL | ||
zabbix ALL = (root) NOPASSWD: ZABBIX_CMD |
Oops, something went wrong.