All Questions
6 questions
3
votes
0
answers
42
views
NRPE script for monitoring filesystems usage
Next script returns NRPE friendly output. It checks percentage usage of all local filesystems.
Desired output if everything is ok:
OK | /=56;;;; /boot=20;;;; /opt=40;;;; /var=60;;;; (and ...
1
vote
1
answer
92
views
NRPE script for monitoring memory usage
This script based on previous NRPE script for monitoring load average. Same purpouse - get NRPE friendly output with minimal usage of non built in commands. In this case wasn't need to count with ...
7
votes
3
answers
337
views
NRPE script for monitoring load average
This script converts a server load value into percentage, compares it with non desired state ($warning and $critical) and returns all information in NRPE (Nagios Remote Plugin Executor) friendly ...
7
votes
2
answers
234
views
Bash script to send notifications when low on ram
Backstory
Recently, we've changed the PCs at my workplace to un Linux Mint.
It works amazing, is blazing fast and the adjustment time was very short.
However, I noticed my PC would freeze completely,...
3
votes
1
answer
540
views
BASH script to monitor subprocess and throttle it for CPU temperature control
I need to run CPU-intensive tasks on a very old machine with overheating issues. The script below will monitor temperature and pause the jobs when it gets too high, continuing them when it's back to ...
3
votes
2
answers
272
views
Nagios plugin webdav check 2
Original post: nagios plugin webdav check
According to the good advice I have received I've made some modifications to the code:
...