in reply to Re: More than just a config file
in thread More than just a config file

Hmm. That looks to be a bit more system-ish. My needs are for things like "widgets per fortnight", which would be tested by counting things in a database table.

I didn't make it all the way through the dox, but would "mon" accept external tester scripts?
--
Jeff Boes
Database Engineer
Nexcerpt, Inc.
vox 269.226.9550 ext 24
fax 269.349.9076
 http://www.nexcerpt.com
...Nexcerpt...Connecting People With Expertise

Replies are listed 'Best First'.
Re: Re: Re: More than just a config file
by perrin (Chancellor) on Mar 05, 2003 at 21:38 UTC
    The tests are just Perl modules that you write to implement a certain API. You could do anything in them. However, you're right that it's oriented toward system-level monitoring. I thought that was what you were looking for.