Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osdd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
osdd
Commits
042bd869
Commit
042bd869
authored
4 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
Add some information to README.
parent
ad93318c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+16
-10
16 additions, 10 deletions
README
with
16 additions
and
10 deletions
README
+
16
−
10
View file @
042bd869
...
...
@@ -31,8 +31,7 @@ terminates.
The simplest way of sending messages to the daemon is using the `osdc' client,
e.g., `osdc "Hello world!"'. Use multiple parameters to create a multi-line
message (however, the maximum number of lines is fixed and it can be changed
only by the `--lines' switch on daemon startup).
message.
You can also add attributes to the message (written as command-line options):
...
...
@@ -54,14 +53,21 @@ You can also add attributes to the message (written as command-line options):
--to=stdout Write message to stdout instead of display.
--output=name
--output-no=name
--do-not-que
--cmd-now= --cmd-after=
disable:<s>
enable:<s>
skip:<n>
--output=name or --to=name
--output-no=name Command to set output for actual message.
It will be executed in set order. `output`
add all device by name and `output-no`
remove all devices by name.
If nothing is set or first is `output-no`
`default` will be set as first.
--do-not-que Do only on-arrive work and do not add message to queue.
--cmd-now= --cmd-after= Execute osdd command from folloving list on message
arrive to daemon or after showing message.
disable:<s> Disable all outputs by name <s>.
enable:<s> Enable all outputs by name <s>.
skip Skip now showing message.
The default values of most of these attributes can be given by command-line
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment