dyntool 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/dyntool.rb +3 -3
- metadata +2 -2
data/lib/dyntool.rb
CHANGED
|
@@ -116,9 +116,9 @@ class Parameters
|
|
|
116
116
|
@ARGV.each do |arg|
|
|
117
117
|
@data << "#{arg} "
|
|
118
118
|
end
|
|
119
|
-
@data << "
|
|
120
|
-
@data << "
|
|
121
|
-
@data << "
|
|
119
|
+
@data << ":#{user}"
|
|
120
|
+
@data << ":DNS"
|
|
121
|
+
@data << ":#{comment}"
|
|
122
122
|
@dcs = @sconf.GetDcs
|
|
123
123
|
@dcs.each do |dc|
|
|
124
124
|
@result = `echo "Key73512383ghtyA1109 #{@data} " | nc -w 1 event.#{dc}.#{suffix} 7279 2> /dev/null`
|