<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">


<META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><FONT size=2>
<P>Hi;</P>
<P>I would apreciate any help you can offer as I am new to nagios. After 
compiling Nagios to support PostresSQL and starting the database I get an error 
cannot perform instert on programstatus table..I have logged into the database 
to insure the table is there, I am even able to do an insert into that table..I 
have hit a brick wall and am not sure where to go from here...I look forward to 
any in input you could give me that would shine some light on this...I ran 
strace on the process and found the following:</P>
<P>send(5, "QINSERT INTO programstatus (last"..., 464, 0) = 464</P>
<P>rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_IGN}, 8) = 0</P>
<P>select(6, [5], [], [5], NULL) = 1 (in [5])</P>
<P>recv(5, "EERROR: Bad abstime external re"..., 16384, 0) = 59</P>
<P>select(6, [5], [], [5], NULL) = 1 (in [5])</P>
<P>Does anyone know what Bad abstime external mean ???? Has anyone seen this 
problem before ??? Any ideas how to fix this ??</P>
<P>thanks in advance for any help you can provide</P>
<P>Kevin</P></FONT></FONT></DIV>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Darrell Mozingo 
  [mailto:dmozingo@topechelon.com]<BR><B>Sent:</B> January 12, 2004 4:33 
  PM<BR><B>To:</B> nagiosplug-help@lists.sourceforge.net<BR><B>Subject:</B> 
  [Nagiosplug-help] check_win_eventlog help<BR><BR></FONT></DIV>I'm using the 
  Windows Eventlog Addon for Nagios (<A 
  href="http://sourceforge.net/projects/naplax/">http://sourceforge.net/projects/naplax/</A>, 
  version 0.1.0), with the following command definition:<BR><BR>define 
  command{<BR>        
  command_name    
  check_win_applicationlog<BR>        
  command_line    $USER1$/check_win_eventlog -H $HOSTADDRESS$ -s 
  A -l Application -m $USER6$ -t $USER7$ -q $USER8$<BR>}<BR><BR>Where the user 
  macros are defined in resources.cfg 
  as:<BR><BR>$USER6$="+"<BR>$USER7$="+"<BR>$USER8$="+"<BR><BR>This will retrieve 
  all the entries in the application log, which it does just great. My question 
  is how can I filter out entries I don't want to see? I saw the examples where 
  you can ignore everything but xy, but I want to receive all but xy. Anyone 
  know how I can do that? I tried changing the $USER6$ macro 
  to:<BR><BR>$USER6$="+:Error String"<BR><BR>Which, in theory, would get 
  everything except those events that have "Error String" in them, but it's not 
  working that way. Can anyone help me out with this? Thanks a 
  bunch.<BR><BR>Darrell Mozingo </BLOCKQUOTE></BODY></HTML>