[Nagiosplug-devel] Plugin proposal

Matthieu Parisot mat at avedya.com
Thu Dec 19 03:42:03 CET 2002


Hi list,
 Attached is a small python plugin which allows to create what I call
"metaservices";
 A metaservice is a service which status is determined by the status of
other services.
 For exemple, imagining that you have 2 DNS (DNS1 and DNS2), you can say:

 [DNS]
 critical=((DNS1 == CRITICAL)and(DNS2 == CRITICAL))
 warning =((DNS1 != OK)or(DNS2 != OK))
 ok=((DNS1 == OK) and (DNS2 == OK))

 For now it's only dedicated to services, but if I see any interest in that
plugin,
 I'll be glad to enhance it...
 If you can have a look to it and tell me if it's good enough to be
incorporated in
 the standard plugin distribution;

Best regards,
Matthieu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check_meta.tgz
Type: application/x-compressed
Size: 3327 bytes
Desc: not available
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20021219/a88ade58/attachment.bin>


More information about the Devel mailing list