Sign in
Imanol-Mikel Barba Sabariego
/
nagios-plugins
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2f5eefe9265698661e1a682265073c95b18727e9
Authored by
Imanol-Mikel Barba Sabariego
2019-06-21 23:43:05 +0200
1 parent
c7e9c091
secops: absolute path
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
check_smart/check_smart.h
check_smart/check_smart.h
View file @
2f5eefe
...
...
@@ -13,7 +13,7 @@
13
13
14
14
#include "auxiliar.h"
15
15
16
-#define SMARTCTL_CMD "
smartctl -A "
16
+#define SMARTCTL_CMD "
/usr/sbin/
smartctl -A "
17
17
#define VERSION "1.0"
18
18
19
19
using namespace std;
...
...