Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "spinner",
Short: "Spinner is a Service Monitor for Windows that also tails a log file and echoes to Stdout.",
Long: `Spinner is meant to be uses as the entrypoint/cmd for Windows containers
where the process can't be invoked directly. This ensures that if the service stops
the container will terminate and your container orchestration can take necessary
steps to restart the application.`,
Example: `spinner.exe service W3SVC -t c:\\iislog\\W3SVC\\u_extend1.log
spinner.exe site http://localhost -t c:\\iislog\\W3SVC\\u_extend1.log`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.