plakar-services
PLAKAR-SERVICES(1)
General Commands Manual
PLAKAR-SERVICES(1)
NAME
plakar-services
—
Manage optional Plakar-connected
services
SYNOPSIS
plakar services status
service_name |
plakar services enable
service_name |
plakar services disable
service_name |
DESCRIPTION
The plakar services
command allows you to
enable, disable, and inspect additional services that integrate with the
plakar
platform via
plakar-login(1) authentication. These services connect to the
plakar.io infrastructure, and should only be enabled if you agree to
transmit non-sensitive operational data to plakar.io.
All subcommands require prior authentication via plakar-login(1).
At present, only the “alerting” service is available. When enabled, alerting will:
- Send email notifications when operations fail.
- Expose the latest alerting reports in the Plakar UI (see plakar-ui(1)).
By default, all services are disabled.
SUBCOMMANDS
- status service_name
- Display the current configuration status (enabled or disabled) of the named service. Currently, only the "alerting" service is supported.
- enable service_name
- Enable the specified service. Currently, only the "alerting" service is supported.
- disable service_name
- Disable the specified service. Currently, only the "alerting" service is supported.
EXAMPLES
Check the status of the alerting service:
$ plakar services status alerting
Enable alerting:
$ plakar services enable alerting
Disable alerting:
$ plakar services disable alerting
SEE ALSO
Plakar July 8,
2025 PLAKAR-SERVICES(1)