-
Notifications
You must be signed in to change notification settings - Fork 32
public.cachethq.component
Yoann Gini edited this page Sep 25, 2023
·
4 revisions
Introduced in Hello IT 1.4.1
This function is used to reflect the state of components provided by a Cachet HQ Server.
The settings dictionary contain all informations you can set to use this function. Here is a description of each.
Key | Type | Description |
---|---|---|
baseURL | string | Base URL for the Cachet HQ instance (like https://demo.cachethq.io) |
stateSortScenario | Integer (optional) | Set the priority of unavailable over OK during state summarisation: 0; OK win over unavailable : 1. Default is 0 |
<dict>
<key>functionIdentifier</key>
<string>public.cachethq.component</string>
<key>settings</key>
<dict>
<key>baseURL</key>
<integer>https://cachethq.io</integer>
</dict>
</dict>
The main implementation of this function is made in the CachetHQ plugin from the main project.
Software provided under the BSD 3-clause license. For commercial support and custom development, please contact Abelionni.
- Introduction
- Application Description
- Hello-IT as an LaunchAgent
- Preferences
- Preferences subdomain
- Functions
- Security
- Label translation
- Notifications on state change
- Images
- Logs
- Support and custom requests
- Tell it if you use it!