Documentation ¶
Index ¶
- func RemoveCheckHookCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveHandlersCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveHighFlapThresholdCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveLowFlapThresholdCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveOutputMetricFormatCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveOutputMetricHandlersCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveProxyEntityNameCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveProxyRequestsCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveRuntimeAssetsCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveSubdueCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveTTLCommand(cli *cli.SensuCli) *cobra.Command
- func RemoveTimeoutCommand(cli *cli.SensuCli) *cobra.Command
- func SetCheckHooksCommand(cli *cli.SensuCli) *cobra.Command
- func SetCommandCommand(cli *cli.SensuCli) *cobra.Command
- func SetCronCommand(cli *cli.SensuCli) *cobra.Command
- func SetHandlersCommand(cli *cli.SensuCli) *cobra.Command
- func SetHighFlapThresholdCommand(cli *cli.SensuCli) *cobra.Command
- func SetIntervalCommand(cli *cli.SensuCli) *cobra.Command
- func SetLowFlapThresholdCommand(cli *cli.SensuCli) *cobra.Command
- func SetOutputMetricFormatCommand(cli *cli.SensuCli) *cobra.Command
- func SetOutputMetricHandlersCommand(cli *cli.SensuCli) *cobra.Command
- func SetProxyEntityNameCommand(cli *cli.SensuCli) *cobra.Command
- func SetProxyRequestsCommand(cli *cli.SensuCli) *cobra.Command
- func SetPublishCommand(cli *cli.SensuCli) *cobra.Command
- func SetRoundRobinCommand(cli *cli.SensuCli) *cobra.Command
- func SetRuntimeAssetsCommand(cli *cli.SensuCli) *cobra.Command
- func SetSTDINCommand(cli *cli.SensuCli) *cobra.Command
- func SetSubdueCommand(cli *cli.SensuCli) *cobra.Command
- func SetSubscriptionsCommand(cli *cli.SensuCli) *cobra.Command
- func SetTTLCommand(cli *cli.SensuCli) *cobra.Command
- func SetTimeoutCommand(cli *cli.SensuCli) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveCheckHookCommand ¶
RemoveCheckHookCommand defines new command to delete hooks from a check
func RemoveHandlersCommand ¶
RemoveHandlersCommand adds a command that allows a user to remove the handlers of a check
func RemoveHighFlapThresholdCommand ¶
RemoveHighFlapThresholdCommand adds a command that allows a user to remove the high flap threshold of a check
func RemoveLowFlapThresholdCommand ¶
RemoveLowFlapThresholdCommand adds a command that allows a user to remove the low flap threshold of a check
func RemoveOutputMetricFormatCommand ¶
RemoveOutputMetricFormatCommand adds a command that allows a user to remove the output metric format of a check
func RemoveOutputMetricHandlersCommand ¶
RemoveOutputMetricHandlersCommand adds a command that allows a user to remove the output metric handlers of a check
func RemoveProxyEntityNameCommand ¶
RemoveProxyEntityNameCommand adds a command that allows a user to remove the proxy entity name of a check
func RemoveProxyRequestsCommand ¶
RemoveProxyRequestsCommand adds a command that allows a user to remove the proxy requests for a check
func RemoveRuntimeAssetsCommand ¶
RemoveRuntimeAssetsCommand adds a command that allows a user to remove the runtime assets of a check
func RemoveSubdueCommand ¶
RemoveSubdueCommand adds a command that allows a user to remove the subdue settings of a check
func RemoveTTLCommand ¶
RemoveTTLCommand adds a command that allows a user to remove the ttl of a check
func RemoveTimeoutCommand ¶
RemoveTimeoutCommand adds a command that allows a user to remove the timeout of a check
func SetCheckHooksCommand ¶
SetCheckHooksCommand defines new command to set hooks of a check
func SetCommandCommand ¶
SetCommandCommand updates the command of a check
func SetCronCommand ¶
SetCronCommand updates the cron schedule of a check
func SetHandlersCommand ¶
SetHandlersCommand updates the handlers of a check
func SetHighFlapThresholdCommand ¶
SetHighFlapThresholdCommand updates the high flap threshold of a check
func SetIntervalCommand ¶
SetIntervalCommand updates the interval schedule of a check
func SetLowFlapThresholdCommand ¶
SetLowFlapThresholdCommand updates the low flap threshold of a check
func SetOutputMetricFormatCommand ¶
SetOutputMetricFormatCommand updates the output metric format of a check
func SetOutputMetricHandlersCommand ¶
SetOutputMetricHandlersCommand updates the output metric handlers of a check
func SetProxyEntityNameCommand ¶
SetProxyEntityNameCommand updates the proxy entity name of a check
func SetProxyRequestsCommand ¶
SetProxyRequestsCommand adds a command that allows a user to set the proxy requests for a check
func SetPublishCommand ¶
SetPublishCommand updates the publish of a check
func SetRoundRobinCommand ¶
SetRoundRobinCommand updates the round-robin of a check
func SetRuntimeAssetsCommand ¶
SetRuntimeAssetsCommand updates the runtime assets of a check
func SetSTDINCommand ¶
SetSTDINCommand updates the stdin of a check
func SetSubdueCommand ¶
SetSubdueCommand adds a command that allows a user to subdue a check
func SetSubscriptionsCommand ¶
SetSubscriptionsCommand updates the subscriptions of a check
func SetTTLCommand ¶
SetTTLCommand updates the ttl of a check
Types ¶
This section is empty.
Source Files ¶
- remove_handlers.go
- remove_high_flap_threshold.go
- remove_hook.go
- remove_low_flap_threshold.go
- remove_metric_format.go
- remove_metric_handlers.go
- remove_proxy_entity_id.go
- remove_proxy_requests.go
- remove_runtime_assets.go
- remove_subdue.go
- remove_timeout.go
- remove_ttl.go
- set_command.go
- set_cron.go
- set_handlers.go
- set_high_flap_threshold.go
- set_hooks.go
- set_interval.go
- set_low_flap_threshold.go
- set_metric_format.go
- set_metric_handlers.go
- set_proxy_entity_id.go
- set_proxy_request.go
- set_publish.go
- set_round_robin.go
- set_runtime_assets.go
- set_stdin.go
- set_subdue.go
- set_subscriptions.go
- set_timeout.go
- set_ttl.go