Nagios might be able to do what you want but you need to write your own script plugin.  Its not that hard if you know of a command line way to get the error message.   As you dont know when the error will occur, you probably will have to ask nagios to run the check command frequently.  You can set levels of alert as well and time frame for alerting.  I use it for monitoring a lot of things on my backend such as  cpu temp, diskspace on my video dir,  my folks overseas are online, cable upstream power.   
<br>If there is no command line way to get the error message, perhaps it is displayed in mythweb and you can use curl and some sed/grep/awk processing to filter the error message.&nbsp; Nagios can email you of the alerts.&nbsp; There is also a firefox plugin that monitors your nagios server. 
<br><br>I have had tuning problems in the past with my motorola cable box.&nbsp; I was using the changechannel script from the contribs.&nbsp;&nbsp; For some reason, it takes a longer time than myth would wait to change channels and so myth thinks there is something wrong with the tuner and skips the recording.&nbsp; I edited the change channel script and on the last command to 
remote.py I added a &amp; to background the process.&nbsp; This causes myth to think that the channel has changed already and start recording from the composite input.&nbsp; I end up recording the channel transition also but that is a minor annoyance compared to not being able to record at all.
<br><br><div><span class="gmail_quote">On 9/29/07, <b class="gmail_sendername">Taco Mel</b> &lt;<a href="mailto:taco_mel@yahoo.com">taco_mel@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello again list,<br><br>My upgrade on Wednesday night apparently broke<br>something which caused one of my two tuner cards not<br>to be able to record a show on a schedule (unable to<br>tune the channel message in the backend log).&nbsp;&nbsp;This
<br>was even though it passed my quick post-upgrade &quot;watch<br>live TV on all tuners&quot; test (apparently able to tune<br>despite the error).&nbsp;&nbsp;I figured this out today and have<br>since fixed the problem by running mythtv-setup again.
<br> But I have &quot;lost&quot; two and a half days of planned<br>recordings.<br><br>This got me to thinking... is there any way to alert<br>someone if a scheduled recording fails?&nbsp;&nbsp;I am thinking<br>that an e-mail message would be the most common,
<br>although a hook to a script would be the most general.<br>Possibly calling a script from the backend whenever an<br>error occurs, with the arguments to the script being<br>the error message, and force the script to have the
<br>intelligence as to whether an event is worthy of<br>sending an alert.&nbsp;&nbsp;Is this implemented already?<br><br>If not, I&#39;ll just &quot;watch&quot; the log file.<br><br>Thanks in advance.<br><br><br><br>____________________________________________________________________________________
<br>Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it&#39;s updated for today&#39;s economy) at Yahoo! Games.<br><a href="http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow">http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow
</a><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>