Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pavel Valach
Warden
Commits
981838c0
Commit
981838c0
authored
11 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
pridana poznamka, ze v poli requestor se ocekava e-mailova adresa zadatele
parent
ed7a507f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/warden-server/bin/registerReceiver.pl
+1
-1
1 addition, 1 deletion
src/warden-server/bin/registerReceiver.pl
src/warden-server/bin/registerSender.pl
+1
-1
1 addition, 1 deletion
src/warden-server/bin/registerSender.pl
with
2 additions
and
2 deletions
src/warden-server/bin/registerReceiver.pl
+
1
−
1
View file @
981838c0
...
...
@@ -48,7 +48,7 @@ sub usage {
sub
help
{
print
"
$RealScript
-n <hostname> -r <requestor> -t <type> -o -c <ip_net_client> [-i <client_id> -h -V]
\n
";
print
"
-n hostname of receiver
\n
";
print
"
-r client registration requestor
\n
";
print
"
-r
e-mail address of
client registration requestor
\n
";
print
"
-t type of received events or '_any_' for receiving of all types of events
\n
";
print
"
-o enable receiving of own events
\n
";
print
"
-c CIDR of receiver
\n
";
...
...
This diff is collapsed.
Click to expand it.
src/warden-server/bin/registerSender.pl
+
1
−
1
View file @
981838c0
...
...
@@ -48,7 +48,7 @@ sub usage {
sub
help
{
print
"
$RealScript
-n <hostname> -r <requestor> -s <service> -d <description_tags> -c <ip_net_client> [-i <client_id> -h -V]
\n
";
print
"
-n hostname of sender
\n
";
print
"
-r client registration requestor
\n
";
print
"
-r
e-mail address of
client registration requestor
\n
";
print
"
-s name of service which sent events
\n
";
print
"
-d description tags of send events
\n
";
print
"
-c CIDR of sender
\n
";
...
...
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