4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
df | /opt/monitor/monitorDisks.py
|
|
top -b -n 5 -p0 | tail -9 | /opt/monitor/monitorTop.py
|