-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Doug Hagan edited this page Sep 13, 2017
·
9 revisions
Quacker is a monitoring tool that watches systems and quacks (notifies) when conditions are met. It is configured using XML, which may be specified in many files to encapsulate different logical groups of servers.
<configuration>
<servers>
<services>
<serviceChecks>
<!-- Service checks go here -->
</serviceChecks>
</services>
</servers>
<notifiers>
<!-- Notifiers go here -->
</notifiers>
</configuration>
Service Checks watch systems, Notifiers communicate the results and History collectors store results over time.