Hi,
I'm trying to get familiar with the files test. At the moment this test shows a "clear" icon.
I want to check if /var/adm/wtmpx is smaller than 50 MB. I've added FILE yellow /var/adm/wtmpx SIZE<50M TRACK=wtmp to hobbit-clients.cfg and file:/var/adm/wtmpx to client-local.cfg.
But nothing happens. What am I missing?
Regards Torsten
On Wed, Sep 13, 2006 at 10:43:02AM +0200, Torsten Richter wrote:
I want to check if /var/adm/wtmpx is smaller than 50 MB. I've added FILE yellow /var/adm/wtmpx SIZE<50M TRACK=wtmp
According to the man-page:
FILE filename [color] [things to check] [TRACK]
so it should be
FILE /var/adm/wtmpx yellow SIZE<50M TRACK=wtmp
(your example is a definition for a file called "yellow".
Regards, Henrik
Hi all,
I am trying to alter the acknowledge alert page to include days and hours but not sure where to start the bb-ack.cgi in cgi-secure seemed like a good place to start but it appears to be a compiled file, how would I go about altering the webpage?
Thanks, Jason.
On 9/13/06, Jones, Jason (Altrincham) <JasonAS_Jones at mentor.com> wrote:
Hi all,
I am trying to alter the acknowledge alert page to include days and hours but not sure where to start the bb-ack.cgi in cgi-secure seemed like a good place to start but it appears to be a compiled file, how would I go about altering the webpage?
bb-ack is a C program (web/bb-ack.c in the hobbit source directory), which emits the web page. You'd need to alter the source, then recompile and install it.
Ralph Mitchell
participants (4)
-
bb4@richter-it.net
-
henrik@hswn.dk
-
JasonAS_Jones@mentor.com
-
ralphmitchell@gmail.com