Top "Watchdog" questions

Watchdog and watchdog timers.

How can I verify if a Windows Service is running

I have an application in C# (2.0 running on XP embedded) that is communicating with a 'watchdog' that is implemented as …

c# windows-services watchdog
Run cron job only if it isn't already running

I'm trying to set up a cron job as a sort of watchdog for a daemon that I've created. If …

linux bash cron watchdog
How to use Linux software watchdog?

Can anybody tell me how to handle the software watchdog in Linux? I have a program SampleApplication which runs continuously …

linux linux-kernel busybox watchdog
watchdog monitoring file for changes

I have a need to watch a log file for changes. After looking through stackoverflow questions, I see people recommending …

python file file-io monitoring watchdog
About Linux NMI watchdog

Now I encounter a problem about Linux NMI Watchdog. I want to use Linux NMI watchdog to detect and recovery …

linux performancecounter watchdog apic
What's the best way to watchdog a desktop application?

I need some way to monitor a desktop application and restart it if it dies. Initially I assumed the best …

c# .net windows-services desktop-application watchdog
what is the difference between hardware watchdog and software watchdog?

what is the difference between hardware watchdog and software watchdog ?

embedded microcontroller watchdog
syntax error near unexpected token `do' when run with sudo

From here: http://www.sat.dundee.ac.uk/psc/watchdog/watchdog-testing.html for n in $(seq 1 60); do echo $n; sleep 1; …

linux bash sudo watchdog
From userspace, how can I tell if Linux's soft watchdog is configured with no way out?

I am writing a system monitor for Linux and want to include some watchdog functionality. In the kernel, you can …

c linux watchdog
Who is refreshing hardware watchdog in Linux?

I have a processor AT91SAM9G20 running a 2.6 kernel. Watchdog is enabled at bootstrap level and configured for 16 seconds. …

linux kernel arm watchdog