You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>