Simple script to get any linux process uptime.
It could have been done using the /proc/PID too.
Here is the code:
#!/bin/bash # Script to get a process uptime, alerts…
System Administrator
Simple script to get any linux process uptime.
It could have been done using the /proc/PID too.
Here is the code:
#!/bin/bash # Script to get a process uptime, alerts…
Simple script to check if the varnish daemon has been restarted latelly
Here is the code:
#!/bin/bash #Get current varnish uptime #Version 1.0 #By Felipe Ferreira Set 2013 #Variables CRIT=900…