nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #00484
[Merge] ~xavpaice/hw-health-charm:fix_cron into hw-health-charm:master
Xav Paice has proposed merging ~xavpaice/hw-health-charm:fix_cron into hw-health-charm:master.
Requested reviews:
Nagios Charm developers (nagios-charmers)
For more details, see:
https://code.launchpad.net/~xavpaice/hw-health-charm/+git/hw-health-charm/+merge/367882
--
Your team Nagios Charm developers is requested to review the proposed merge of ~xavpaice/hw-health-charm:fix_cron into hw-health-charm:master.
diff --git a/src/lib/hwhealth/tools.py b/src/lib/hwhealth/tools.py
index c574f53..e18b464 100644
--- a/src/lib/hwhealth/tools.py
+++ b/src/lib/hwhealth/tools.py
@@ -334,7 +334,7 @@ class Ipmi(Tool):
def configure_nrpe_check(self, nrpe_setup):
# extra options for check_ipmi_sensors Perl script are configured in
# the cronjob
- self._install_cronjob(cron_user='nagios')
+ self._install_cronjob()
super().configure_nrpe_check(nrpe_setup)
def install(self):
Follow ups