Skip to content

Instantly share code, notes, and snippets.

@vpetersson
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpetersson/ec59baaa583e7e25e86b to your computer and use it in GitHub Desktop.
Save vpetersson/ec59baaa583e7e25e86b to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:~$ uptime
13:58:19 up 6 min, 1 user, load average: 1.87, 0.88, 0.36
vagrant@vagrant-ubuntu-trusty-64:~$ sudo tail -n 10 /var/log/syslog
Jul 19 13:58:16 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 342 interval(s)
Jul 19 13:58:17 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 343 interval(s)
Jul 19 13:58:17 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 344 interval(s)
Jul 19 13:58:18 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 345 interval(s)
Jul 19 13:58:18 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 346 interval(s)
Jul 19 13:58:19 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 347 interval(s)
Jul 19 13:58:19 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 348 interval(s)
Jul 19 13:58:20 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 349 interval(s)
Jul 19 13:58:20 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 350 interval(s)
Jul 19 13:58:21 vagrant-ubuntu-trusty-64 watchdog[1406]: still alive after 351 interval(s)
vagrant@vagrant-ubuntu-trusty-64:~$ grep -v "^#" /etc/watchdog.conf
max-load-1 = 1
realtime = yes
priority = 1
@vpetersson
Copy link
Author

Also:

vagrant@vagrant-ubuntu-trusty-64:~$ ls -lah /dev/watchdog
crw------- 1 root root 10, 130 Jul 19 12:04 /dev/watchdog
vagrant@vagrant-ubuntu-trusty-64:~$ lsmod | grep soft
softdog                13319  0 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment