triglav-agent 1.0.0.rc1 → 1.0.0.rc2
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.
- checksums.yaml +4 -4
- data/docs/Triglav.html +1 -1
- data/docs/Triglav/Agent.html +4 -4
- data/docs/Triglav/Agent/ApiClient.html +1 -1
- data/docs/Triglav/Agent/ApiClient/AuthenticationError.html +1 -1
- data/docs/Triglav/Agent/ApiClient/ConnectionError.html +1 -1
- data/docs/Triglav/Agent/ApiClient/Error.html +1 -1
- data/docs/Triglav/Agent/Base.html +1 -1
- data/docs/Triglav/Agent/Base/CLI.html +1 -1
- data/docs/Triglav/Agent/Base/Connection.html +1 -1
- data/docs/Triglav/Agent/Base/Monitor.html +1 -1
- data/docs/Triglav/Agent/Base/Processor.html +20 -20
- data/docs/Triglav/Agent/Base/Setting.html +1 -1
- data/docs/Triglav/Agent/Base/Worker.html +36 -32
- data/docs/Triglav/Agent/Configuration.html +1 -1
- data/docs/Triglav/Agent/Error.html +1 -1
- data/docs/Triglav/Agent/HashUtil.html +1 -1
- data/docs/Triglav/Agent/LogFormatter.html +1 -1
- data/docs/Triglav/Agent/Logger.html +1 -1
- data/docs/Triglav/Agent/Status.html +850 -0
- data/docs/Triglav/Agent/StorageFile.html +155 -28
- data/docs/Triglav/Agent/Timer.html +1 -1
- data/docs/Triglav/Agent/TooManyError.html +1 -1
- data/docs/_index.html +8 -1
- data/docs/class_list.html +1 -1
- data/docs/file.LICENSE.html +1 -1
- data/docs/file.README.html +2 -2
- data/docs/index.html +2 -2
- data/docs/method_list.html +140 -52
- data/docs/top-level-namespace.html +1 -1
- data/lib/triglav/agent/status.rb +13 -0
- data/lib/triglav/agent/storage_file.rb +18 -0
- data/lib/triglav/agent/version.rb +1 -1
- metadata +3 -2
@@ -261,6 +261,30 @@
|
|
261
261
|
<p>Open storage file.</p>
|
262
262
|
</div></span>
|
263
263
|
|
264
|
+
</li>
|
265
|
+
|
266
|
+
|
267
|
+
<li class="public ">
|
268
|
+
<span class="summary_signature">
|
269
|
+
|
270
|
+
<a href="#select%21-class_method" title="select! (class method)">.<strong>select!</strong>(path, parents = [], keys) ⇒ Object </a>
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
</span>
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
<span class="summary_desc"><div class='inline'>
|
285
|
+
<p>Keep specified keys, and remove others.</p>
|
286
|
+
</div></span>
|
287
|
+
|
264
288
|
</li>
|
265
289
|
|
266
290
|
|
@@ -404,12 +428,12 @@
|
|
404
428
|
<pre class="lines">
|
405
429
|
|
406
430
|
|
407
|
-
13
|
408
431
|
14
|
409
|
-
15
|
432
|
+
15
|
433
|
+
16</pre>
|
410
434
|
</td>
|
411
435
|
<td>
|
412
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
436
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 14</span>
|
413
437
|
|
414
438
|
<span class='kw'>def</span> <span class='id identifier rubyid_fp'>fp</span>
|
415
439
|
<span class='ivar'>@fp</span>
|
@@ -482,13 +506,13 @@
|
|
482
506
|
<pre class="lines">
|
483
507
|
|
484
508
|
|
485
|
-
121
|
486
509
|
122
|
487
510
|
123
|
488
|
-
124
|
511
|
+
124
|
512
|
+
125</pre>
|
489
513
|
</td>
|
490
514
|
<td>
|
491
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
515
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 122</span>
|
492
516
|
|
493
517
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
494
518
|
<span class='id identifier rubyid_keys'>keys</span> <span class='op'>=</span> <span class='const'>Array</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
@@ -586,7 +610,6 @@
|
|
586
610
|
<pre class="lines">
|
587
611
|
|
588
612
|
|
589
|
-
101
|
590
613
|
102
|
591
614
|
103
|
592
615
|
104
|
@@ -597,10 +620,11 @@
|
|
597
620
|
109
|
598
621
|
110
|
599
622
|
111
|
600
|
-
112
|
623
|
+
112
|
624
|
+
113</pre>
|
601
625
|
</td>
|
602
626
|
<td>
|
603
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
627
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 102</span>
|
604
628
|
|
605
629
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_getsetnx'>getsetnx</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_val'>val</span><span class='rparen'>)</span>
|
606
630
|
<span class='id identifier rubyid_keys'>keys</span> <span class='op'>=</span> <span class='const'>Array</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
@@ -676,12 +700,12 @@
|
|
676
700
|
<pre class="lines">
|
677
701
|
|
678
702
|
|
679
|
-
25
|
680
703
|
26
|
681
|
-
27
|
704
|
+
27
|
705
|
+
28</pre>
|
682
706
|
</td>
|
683
707
|
<td>
|
684
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
708
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 26</span>
|
685
709
|
|
686
710
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load'>load</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
|
687
711
|
<span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_fp'>fp</span><span class='op'>|</span> <span class='id identifier rubyid_fp'>fp</span><span class='period'>.</span><span class='id identifier rubyid_load'>load</span> <span class='rbrace'>}</span>
|
@@ -750,7 +774,6 @@
|
|
750
774
|
<pre class="lines">
|
751
775
|
|
752
776
|
|
753
|
-
39
|
754
777
|
40
|
755
778
|
41
|
756
779
|
42
|
@@ -762,10 +785,11 @@
|
|
762
785
|
48
|
763
786
|
49
|
764
787
|
50
|
765
|
-
51
|
788
|
+
51
|
789
|
+
52</pre>
|
766
790
|
</td>
|
767
791
|
<td>
|
768
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
792
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 40</span>
|
769
793
|
|
770
794
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
771
795
|
<span class='id identifier rubyid_fp'>fp</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='lparen'>(</span><span class='const'>File</span><span class='op'>::</span><span class='const'>RDONLY</span> <span class='op'>|</span> <span class='const'>File</span><span class='op'>::</span><span class='const'>CREAT</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
@@ -783,6 +807,109 @@
|
|
783
807
|
</td>
|
784
808
|
</tr>
|
785
809
|
</table>
|
810
|
+
</div>
|
811
|
+
|
812
|
+
<div class="method_details ">
|
813
|
+
<h3 class="signature " id="select!-class_method">
|
814
|
+
|
815
|
+
.<strong>select!</strong>(path, parents = [], keys) ⇒ <tt>Object</tt>
|
816
|
+
|
817
|
+
|
818
|
+
|
819
|
+
|
820
|
+
|
821
|
+
</h3><div class="docstring">
|
822
|
+
<div class="discussion">
|
823
|
+
|
824
|
+
<p>Keep specified keys, and remove others</p>
|
825
|
+
|
826
|
+
|
827
|
+
</div>
|
828
|
+
</div>
|
829
|
+
<div class="tags">
|
830
|
+
<p class="tag_title">Parameters:</p>
|
831
|
+
<ul class="param">
|
832
|
+
|
833
|
+
<li>
|
834
|
+
|
835
|
+
<span class='name'>path</span>
|
836
|
+
|
837
|
+
|
838
|
+
<span class='type'>(<tt>String</tt>)</span>
|
839
|
+
|
840
|
+
|
841
|
+
|
842
|
+
</li>
|
843
|
+
|
844
|
+
<li>
|
845
|
+
|
846
|
+
<span class='name'>parent</span>
|
847
|
+
|
848
|
+
|
849
|
+
<span class='type'>(<tt>Array</tt>)</span>
|
850
|
+
|
851
|
+
|
852
|
+
|
853
|
+
—
|
854
|
+
<div class='inline'>
|
855
|
+
<p>keys of hash</p>
|
856
|
+
</div>
|
857
|
+
|
858
|
+
</li>
|
859
|
+
|
860
|
+
<li>
|
861
|
+
|
862
|
+
<span class='name'>keys</span>
|
863
|
+
|
864
|
+
|
865
|
+
<span class='type'>(<tt>Array</tt>)</span>
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
</li>
|
870
|
+
|
871
|
+
</ul>
|
872
|
+
|
873
|
+
|
874
|
+
</div><table class="source_code">
|
875
|
+
<tr>
|
876
|
+
<td>
|
877
|
+
<pre class="lines">
|
878
|
+
|
879
|
+
|
880
|
+
150
|
881
|
+
151
|
882
|
+
152
|
883
|
+
153
|
884
|
+
154
|
885
|
+
155
|
886
|
+
156
|
887
|
+
157
|
888
|
+
158
|
889
|
+
159
|
890
|
+
160
|
891
|
+
161
|
892
|
+
162</pre>
|
893
|
+
</td>
|
894
|
+
<td>
|
895
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 150</span>
|
896
|
+
|
897
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_select!'>select!</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_parents'>parents</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_keys'>keys</span><span class='rparen'>)</span>
|
898
|
+
<span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_fp'>fp</span><span class='op'>|</span>
|
899
|
+
<span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='id identifier rubyid_fp'>fp</span><span class='period'>.</span><span class='id identifier rubyid_load'>load</span>
|
900
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_dig'>dig</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_parents'>parents</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='op'>?</span> <span class='id identifier rubyid_params'>params</span> <span class='op'>:</span> <span class='id identifier rubyid_params'>params</span><span class='period'>.</span><span class='id identifier rubyid_dig'>dig</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_parents'>parents</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
901
|
+
<span class='id identifier rubyid_removes'>removes</span> <span class='op'>=</span> <span class='id identifier rubyid_dig'>dig</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span> <span class='op'>-</span> <span class='id identifier rubyid_keys'>keys</span>
|
902
|
+
<span class='kw'>unless</span> <span class='id identifier rubyid_removes'>removes</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
|
903
|
+
<span class='gvar'>$logger</span><span class='period'>.</span><span class='id identifier rubyid_info'>info</span> <span class='lbrace'>{</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Remove from status: </span><span class='embexpr_beg'>#{</span><span class='lbrace'>{</span><span class='label'>parent_keys:</span> <span class='id identifier rubyid_parents'>parents</span><span class='comma'>,</span> <span class='label'>keys:</span> <span class='id identifier rubyid_removes'>removes</span><span class='rbrace'>}</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> <span class='rbrace'>}</span>
|
904
|
+
<span class='id identifier rubyid_removes'>removes</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='op'>|</span> <span class='id identifier rubyid_dig'>dig</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_k'>k</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
|
905
|
+
<span class='kw'>end</span>
|
906
|
+
<span class='kw'>end</span>
|
907
|
+
<span class='id identifier rubyid_fp'>fp</span><span class='period'>.</span><span class='id identifier rubyid_dump'>dump</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span><span class='rparen'>)</span>
|
908
|
+
<span class='kw'>end</span>
|
909
|
+
<span class='kw'>end</span></pre>
|
910
|
+
</td>
|
911
|
+
</tr>
|
912
|
+
</table>
|
786
913
|
</div>
|
787
914
|
|
788
915
|
<div class="method_details ">
|
@@ -852,17 +979,17 @@
|
|
852
979
|
<pre class="lines">
|
853
980
|
|
854
981
|
|
855
|
-
61
|
856
982
|
62
|
857
983
|
63
|
858
984
|
64
|
859
985
|
65
|
860
986
|
66
|
861
987
|
67
|
862
|
-
68
|
988
|
+
68
|
989
|
+
69</pre>
|
863
990
|
</td>
|
864
991
|
<td>
|
865
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
992
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 62</span>
|
866
993
|
|
867
994
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_set'>set</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_val'>val</span><span class='rparen'>)</span>
|
868
995
|
<span class='id identifier rubyid_keys'>keys</span> <span class='op'>=</span> <span class='const'>Array</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
@@ -962,7 +1089,6 @@
|
|
962
1089
|
<pre class="lines">
|
963
1090
|
|
964
1091
|
|
965
|
-
79
|
966
1092
|
80
|
967
1093
|
81
|
968
1094
|
82
|
@@ -971,10 +1097,11 @@
|
|
971
1097
|
85
|
972
1098
|
86
|
973
1099
|
87
|
974
|
-
88
|
1100
|
+
88
|
1101
|
+
89</pre>
|
975
1102
|
</td>
|
976
1103
|
<td>
|
977
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
1104
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 80</span>
|
978
1105
|
|
979
1106
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_setnx'>setnx</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_val'>val</span><span class='rparen'>)</span>
|
980
1107
|
<span class='id identifier rubyid_keys'>keys</span> <span class='op'>=</span> <span class='const'>Array</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
@@ -1038,12 +1165,12 @@
|
|
1038
1165
|
<pre class="lines">
|
1039
1166
|
|
1040
1167
|
|
1041
|
-
140
|
1042
1168
|
141
|
1043
|
-
142
|
1169
|
+
142
|
1170
|
+
143</pre>
|
1044
1171
|
</td>
|
1045
1172
|
<td>
|
1046
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
1173
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 141</span>
|
1047
1174
|
|
1048
1175
|
<span class='kw'>def</span> <span class='id identifier rubyid_dump'>dump</span><span class='lparen'>(</span><span class='id identifier rubyid_hash'>hash</span><span class='rparen'>)</span>
|
1049
1176
|
<span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='ivar'>@fp</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='const'>YAML</span><span class='period'>.</span><span class='id identifier rubyid_dump'>dump</span><span class='lparen'>(</span><span class='id identifier rubyid_hash'>hash</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
@@ -1092,16 +1219,16 @@
|
|
1092
1219
|
<pre class="lines">
|
1093
1220
|
|
1094
1221
|
|
1095
|
-
129
|
1096
1222
|
130
|
1097
1223
|
131
|
1098
1224
|
132
|
1099
1225
|
133
|
1100
1226
|
134
|
1101
|
-
135
|
1227
|
+
135
|
1228
|
+
136</pre>
|
1102
1229
|
</td>
|
1103
1230
|
<td>
|
1104
|
-
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line
|
1231
|
+
<pre class="code"><span class="info file"># File 'lib/triglav/agent/storage_file.rb', line 130</span>
|
1105
1232
|
|
1106
1233
|
<span class='kw'>def</span> <span class='id identifier rubyid_load'>load</span>
|
1107
1234
|
<span class='kw'>if</span> <span class='op'>!</span><span class='lparen'>(</span><span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='ivar'>@fp</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
|
@@ -1120,7 +1247,7 @@
|
|
1120
1247
|
</div>
|
1121
1248
|
|
1122
1249
|
<div id="footer">
|
1123
|
-
Generated on
|
1250
|
+
Generated on Tue Mar 14 19:09:27 2017 by
|
1124
1251
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1125
1252
|
0.9.5 (ruby-2.3.2).
|
1126
1253
|
</div>
|
@@ -414,7 +414,7 @@
|
|
414
414
|
</div>
|
415
415
|
|
416
416
|
<div id="footer">
|
417
|
-
Generated on
|
417
|
+
Generated on Tue Mar 14 19:09:26 2017 by
|
418
418
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
419
419
|
0.9.5 (ruby-2.3.2).
|
420
420
|
</div>
|
@@ -124,7 +124,7 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Tue Mar 14 19:09:26 2017 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
129
|
0.9.5 (ruby-2.3.2).
|
130
130
|
</div>
|
data/docs/_index.html
CHANGED
@@ -264,6 +264,13 @@
|
|
264
264
|
|
265
265
|
</li>
|
266
266
|
|
267
|
+
<li>
|
268
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html" title="Triglav::Agent::Status (class)">Status</a></span>
|
269
|
+
|
270
|
+
<small>(Triglav::Agent)</small>
|
271
|
+
|
272
|
+
</li>
|
273
|
+
|
267
274
|
<li>
|
268
275
|
<span class='object_link'><a href="Triglav/Agent/StorageFile.html" title="Triglav::Agent::StorageFile (class)">StorageFile</a></span>
|
269
276
|
|
@@ -325,7 +332,7 @@
|
|
325
332
|
</div>
|
326
333
|
|
327
334
|
<div id="footer">
|
328
|
-
Generated on
|
335
|
+
Generated on Tue Mar 14 19:09:26 2017 by
|
329
336
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
330
337
|
0.9.5 (ruby-2.3.2).
|
331
338
|
</div>
|
data/docs/class_list.html
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
|
44
44
|
<ul id="full_list" class="class">
|
45
45
|
<li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
|
46
|
-
<li id='object_Triglav' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Triglav.html" title="Triglav (module)">Triglav</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Triglav::Agent' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Triglav/Agent.html" title="Triglav::Agent (module)">Agent</a></span><small class='search_info'>Triglav</small></div><ul><li id='object_Triglav::Agent::ApiClient' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Triglav/Agent/ApiClient.html" title="Triglav::Agent::ApiClient (class)">ApiClient</a></span> < Object<small class='search_info'>Triglav::Agent</small></div><ul><li id='object_Triglav::Agent::ApiClient::AuthenticationError' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/ApiClient/AuthenticationError.html" title="Triglav::Agent::ApiClient::AuthenticationError (class)">AuthenticationError</a></span> < Error<small class='search_info'>Triglav::Agent::ApiClient</small></div></li><li id='object_Triglav::Agent::ApiClient::ConnectionError' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/ApiClient/ConnectionError.html" title="Triglav::Agent::ApiClient::ConnectionError (class)">ConnectionError</a></span> < Error<small class='search_info'>Triglav::Agent::ApiClient</small></div></li><li id='object_Triglav::Agent::ApiClient::Error' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/ApiClient/Error.html" title="Triglav::Agent::ApiClient::Error (class)">Error</a></span> < StandardError<small class='search_info'>Triglav::Agent::ApiClient</small></div></li></ul></li><li id='object_Triglav::Agent::Base' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Triglav/Agent/Base.html" title="Triglav::Agent::Base (module)">Base</a></span><small class='search_info'>Triglav::Agent</small></div><ul><li id='object_Triglav::Agent::Base::CLI' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/CLI.html" title="Triglav::Agent::Base::CLI (class)">CLI</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Connection' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Connection.html" title="Triglav::Agent::Base::Connection (class)">Connection</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Monitor' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Monitor.html" title="Triglav::Agent::Base::Monitor (class)">Monitor</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Processor' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Processor.html" title="Triglav::Agent::Base::Processor (class)">Processor</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Setting' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Setting.html" title="Triglav::Agent::Base::Setting (class)">Setting</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Worker' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Worker.html" title="Triglav::Agent::Base::Worker (module)">Worker</a></span><small class='search_info'>Triglav::Agent::Base</small></div></li></ul></li><li id='object_Triglav::Agent::Configuration' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Configuration.html" title="Triglav::Agent::Configuration (class)">Configuration</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::Error' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Error.html" title="Triglav::Agent::Error (class)">Error</a></span> < StandardError<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::HashUtil' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/HashUtil.html" title="Triglav::Agent::HashUtil (class)">HashUtil</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::LogFormatter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/LogFormatter.html" title="Triglav::Agent::LogFormatter (class)">LogFormatter</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::Logger' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Logger.html" title="Triglav::Agent::Logger (class)">Logger</a></span> < DaemonLogger<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::StorageFile' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/StorageFile.html" title="Triglav::Agent::StorageFile (class)">StorageFile</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::Timer' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Timer.html" title="Triglav::Agent::Timer (class)">Timer</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::TooManyError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/TooManyError.html" title="Triglav::Agent::TooManyError (class)">TooManyError</a></span> < Error<small class='search_info'>Triglav::Agent</small></div></li></ul></li></ul></li>
|
46
|
+
<li id='object_Triglav' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Triglav.html" title="Triglav (module)">Triglav</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Triglav::Agent' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Triglav/Agent.html" title="Triglav::Agent (module)">Agent</a></span><small class='search_info'>Triglav</small></div><ul><li id='object_Triglav::Agent::ApiClient' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Triglav/Agent/ApiClient.html" title="Triglav::Agent::ApiClient (class)">ApiClient</a></span> < Object<small class='search_info'>Triglav::Agent</small></div><ul><li id='object_Triglav::Agent::ApiClient::AuthenticationError' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/ApiClient/AuthenticationError.html" title="Triglav::Agent::ApiClient::AuthenticationError (class)">AuthenticationError</a></span> < Error<small class='search_info'>Triglav::Agent::ApiClient</small></div></li><li id='object_Triglav::Agent::ApiClient::ConnectionError' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/ApiClient/ConnectionError.html" title="Triglav::Agent::ApiClient::ConnectionError (class)">ConnectionError</a></span> < Error<small class='search_info'>Triglav::Agent::ApiClient</small></div></li><li id='object_Triglav::Agent::ApiClient::Error' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/ApiClient/Error.html" title="Triglav::Agent::ApiClient::Error (class)">Error</a></span> < StandardError<small class='search_info'>Triglav::Agent::ApiClient</small></div></li></ul></li><li id='object_Triglav::Agent::Base' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Triglav/Agent/Base.html" title="Triglav::Agent::Base (module)">Base</a></span><small class='search_info'>Triglav::Agent</small></div><ul><li id='object_Triglav::Agent::Base::CLI' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/CLI.html" title="Triglav::Agent::Base::CLI (class)">CLI</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Connection' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Connection.html" title="Triglav::Agent::Base::Connection (class)">Connection</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Monitor' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Monitor.html" title="Triglav::Agent::Base::Monitor (class)">Monitor</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Processor' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Processor.html" title="Triglav::Agent::Base::Processor (class)">Processor</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Setting' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Setting.html" title="Triglav::Agent::Base::Setting (class)">Setting</a></span> < Object<small class='search_info'>Triglav::Agent::Base</small></div></li><li id='object_Triglav::Agent::Base::Worker' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Triglav/Agent/Base/Worker.html" title="Triglav::Agent::Base::Worker (module)">Worker</a></span><small class='search_info'>Triglav::Agent::Base</small></div></li></ul></li><li id='object_Triglav::Agent::Configuration' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Configuration.html" title="Triglav::Agent::Configuration (class)">Configuration</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::Error' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Error.html" title="Triglav::Agent::Error (class)">Error</a></span> < StandardError<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::HashUtil' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/HashUtil.html" title="Triglav::Agent::HashUtil (class)">HashUtil</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::LogFormatter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/LogFormatter.html" title="Triglav::Agent::LogFormatter (class)">LogFormatter</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::Logger' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Logger.html" title="Triglav::Agent::Logger (class)">Logger</a></span> < DaemonLogger<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::Status' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Status.html" title="Triglav::Agent::Status (class)">Status</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::StorageFile' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/StorageFile.html" title="Triglav::Agent::StorageFile (class)">StorageFile</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::Timer' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/Timer.html" title="Triglav::Agent::Timer (class)">Timer</a></span> < Object<small class='search_info'>Triglav::Agent</small></div></li><li id='object_Triglav::Agent::TooManyError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Triglav/Agent/TooManyError.html" title="Triglav::Agent::TooManyError (class)">TooManyError</a></span> < Error<small class='search_info'>Triglav::Agent</small></div></li></ul></li></ul></li>
|
47
47
|
|
48
48
|
</ul>
|
49
49
|
</div>
|
data/docs/file.LICENSE.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
<div id="content"><div id='filecontents'>The MIT License (MIT)<br/><br/>Copyright (c) 2016 Triglav Team<br/><br/>Permission is hereby granted, free of charge, to any person obtaining a copy<br/>of this software and associated documentation files (the "Software"), to deal<br/>in the Software without restriction, including without limitation the rights<br/>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br/>copies of the Software, and to permit persons to whom the Software is<br/>furnished to do so, subject to the following conditions:<br/><br/>The above copyright notice and this permission notice shall be included in<br/>all copies or substantial portions of the Software.<br/><br/>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br/>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br/>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br/>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br/>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br/>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br/>THE SOFTWARE.</div></div>
|
63
63
|
|
64
64
|
<div id="footer">
|
65
|
-
Generated on
|
65
|
+
Generated on Tue Mar 14 19:09:26 2017 by
|
66
66
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
67
67
|
0.9.5 (ruby-2.3.2).
|
68
68
|
</div>
|
data/docs/file.README.html
CHANGED
@@ -108,7 +108,7 @@ href="https://github.com/triglav-workflow/triglav-agent-hdfs">triglav-agent-hdfs
|
|
108
108
|
|
109
109
|
<h3 id="label-Generate+yardoc">Generate yardoc</h3>
|
110
110
|
|
111
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_bundle'>bundle</span> <span class='id identifier rubyid_exec'>exec</span> <span class='id identifier
|
111
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_bundle'>bundle</span> <span class='id identifier rubyid_exec'>exec</span> <span class='id identifier rubyid_yard'>yard</span>
|
112
112
|
</code></pre>
|
113
113
|
|
114
114
|
<h2 id="label-Contributing">Contributing</h2>
|
@@ -127,7 +127,7 @@ href="http://opensource.org/licenses/MIT">MIT License</a>.</p>
|
|
127
127
|
</div></div>
|
128
128
|
|
129
129
|
<div id="footer">
|
130
|
-
Generated on
|
130
|
+
Generated on Tue Mar 14 19:09:26 2017 by
|
131
131
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
132
132
|
0.9.5 (ruby-2.3.2).
|
133
133
|
</div>
|
data/docs/index.html
CHANGED
@@ -108,7 +108,7 @@ href="https://github.com/triglav-workflow/triglav-agent-hdfs">triglav-agent-hdfs
|
|
108
108
|
|
109
109
|
<h3 id="label-Generate+yardoc">Generate yardoc</h3>
|
110
110
|
|
111
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_bundle'>bundle</span> <span class='id identifier rubyid_exec'>exec</span> <span class='id identifier
|
111
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_bundle'>bundle</span> <span class='id identifier rubyid_exec'>exec</span> <span class='id identifier rubyid_yard'>yard</span>
|
112
112
|
</code></pre>
|
113
113
|
|
114
114
|
<h2 id="label-Contributing">Contributing</h2>
|
@@ -127,7 +127,7 @@ href="http://opensource.org/licenses/MIT">MIT License</a>.</p>
|
|
127
127
|
</div></div>
|
128
128
|
|
129
129
|
<div id="footer">
|
130
|
-
Generated on
|
130
|
+
Generated on Tue Mar 14 19:09:26 2017 by
|
131
131
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
132
132
|
0.9.5 (ruby-2.3.2).
|
133
133
|
</div>
|
data/docs/method_list.html
CHANGED
@@ -221,6 +221,14 @@
|
|
221
221
|
|
222
222
|
|
223
223
|
<li class="odd ">
|
224
|
+
<div class="item">
|
225
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#get-instance_method" title="Triglav::Agent::Status#get (method)">#get</a></span>
|
226
|
+
<small>Triglav::Agent::Status</small>
|
227
|
+
</div>
|
228
|
+
</li>
|
229
|
+
|
230
|
+
|
231
|
+
<li class="even ">
|
224
232
|
<div class="item">
|
225
233
|
<span class='object_link'><a href="Triglav/Agent/StorageFile.html#get-class_method" title="Triglav::Agent::StorageFile.get (method)">get</a></span>
|
226
234
|
<small>Triglav::Agent::StorageFile</small>
|
@@ -228,7 +236,7 @@
|
|
228
236
|
</li>
|
229
237
|
|
230
238
|
|
231
|
-
<li class="
|
239
|
+
<li class="odd ">
|
232
240
|
<div class="item">
|
233
241
|
<span class='object_link'><a href="Triglav/Agent/StorageFile.html#getsetnx-class_method" title="Triglav::Agent::StorageFile.getsetnx (method)">getsetnx</a></span>
|
234
242
|
<small>Triglav::Agent::StorageFile</small>
|
@@ -236,18 +244,26 @@
|
|
236
244
|
</li>
|
237
245
|
|
238
246
|
|
247
|
+
<li class="even ">
|
248
|
+
<div class="item">
|
249
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#getsetnx-instance_method" title="Triglav::Agent::Status#getsetnx (method)">#getsetnx</a></span>
|
250
|
+
<small>Triglav::Agent::Status</small>
|
251
|
+
</div>
|
252
|
+
</li>
|
253
|
+
|
254
|
+
|
239
255
|
<li class="odd ">
|
240
256
|
<div class="item">
|
241
|
-
<span class='object_link'><a href="Triglav/Agent/
|
242
|
-
<small>Triglav::Agent::
|
257
|
+
<span class='object_link'><a href="Triglav/Agent/Base/Processor.html#initialize-instance_method" title="Triglav::Agent::Base::Processor#initialize (method)">#initialize</a></span>
|
258
|
+
<small>Triglav::Agent::Base::Processor</small>
|
243
259
|
</div>
|
244
260
|
</li>
|
245
261
|
|
246
262
|
|
247
263
|
<li class="even ">
|
248
264
|
<div class="item">
|
249
|
-
<span class='object_link'><a href="Triglav/Agent/
|
250
|
-
<small>Triglav::Agent::
|
265
|
+
<span class='object_link'><a href="Triglav/Agent/Timer.html#initialize-instance_method" title="Triglav::Agent::Timer#initialize (method)">#initialize</a></span>
|
266
|
+
<small>Triglav::Agent::Timer</small>
|
251
267
|
</div>
|
252
268
|
</li>
|
253
269
|
|
@@ -262,72 +278,72 @@
|
|
262
278
|
|
263
279
|
<li class="even ">
|
264
280
|
<div class="item">
|
265
|
-
<span class='object_link'><a href="Triglav/Agent/
|
266
|
-
<small>Triglav::Agent::
|
281
|
+
<span class='object_link'><a href="Triglav/Agent/Base/Setting.html#initialize-instance_method" title="Triglav::Agent::Base::Setting#initialize (method)">#initialize</a></span>
|
282
|
+
<small>Triglav::Agent::Base::Setting</small>
|
267
283
|
</div>
|
268
284
|
</li>
|
269
285
|
|
270
286
|
|
271
287
|
<li class="odd ">
|
272
288
|
<div class="item">
|
273
|
-
<span class='object_link'><a href="Triglav/Agent/
|
274
|
-
<small>Triglav::Agent::
|
289
|
+
<span class='object_link'><a href="Triglav/Agent/LogFormatter.html#initialize-instance_method" title="Triglav::Agent::LogFormatter#initialize (method)">#initialize</a></span>
|
290
|
+
<small>Triglav::Agent::LogFormatter</small>
|
275
291
|
</div>
|
276
292
|
</li>
|
277
293
|
|
278
294
|
|
279
295
|
<li class="even ">
|
280
296
|
<div class="item">
|
281
|
-
<span class='object_link'><a href="Triglav/Agent/
|
282
|
-
<small>Triglav::Agent::
|
297
|
+
<span class='object_link'><a href="Triglav/Agent/Base/Connection.html#initialize-instance_method" title="Triglav::Agent::Base::Connection#initialize (method)">#initialize</a></span>
|
298
|
+
<small>Triglav::Agent::Base::Connection</small>
|
283
299
|
</div>
|
284
300
|
</li>
|
285
301
|
|
286
302
|
|
287
303
|
<li class="odd ">
|
288
304
|
<div class="item">
|
289
|
-
<span class='object_link'><a href="Triglav/Agent/
|
290
|
-
<small>Triglav::Agent::
|
305
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#initialize-instance_method" title="Triglav::Agent::Status#initialize (method)">#initialize</a></span>
|
306
|
+
<small>Triglav::Agent::Status</small>
|
291
307
|
</div>
|
292
308
|
</li>
|
293
309
|
|
294
310
|
|
295
311
|
<li class="even ">
|
296
312
|
<div class="item">
|
297
|
-
<span class='object_link'><a href="Triglav/Agent/
|
298
|
-
<small>Triglav::Agent::
|
313
|
+
<span class='object_link'><a href="Triglav/Agent/Logger.html#initialize-instance_method" title="Triglav::Agent::Logger#initialize (method)">#initialize</a></span>
|
314
|
+
<small>Triglav::Agent::Logger</small>
|
299
315
|
</div>
|
300
316
|
</li>
|
301
317
|
|
302
318
|
|
303
319
|
<li class="odd ">
|
304
320
|
<div class="item">
|
305
|
-
<span class='object_link'><a href="Triglav/Agent/ApiClient.html#initialize-instance_method" title="Triglav::Agent::ApiClient#initialize (method)">#initialize</a></span>
|
306
|
-
<small>Triglav::Agent::ApiClient</small>
|
321
|
+
<span class='object_link'><a href="Triglav/Agent/ApiClient/Error.html#initialize-instance_method" title="Triglav::Agent::ApiClient::Error#initialize (method)">#initialize</a></span>
|
322
|
+
<small>Triglav::Agent::ApiClient::Error</small>
|
307
323
|
</div>
|
308
324
|
</li>
|
309
325
|
|
310
326
|
|
311
327
|
<li class="even ">
|
312
328
|
<div class="item">
|
313
|
-
<span class='object_link'><a href="Triglav/Agent/
|
314
|
-
<small>Triglav::Agent::
|
329
|
+
<span class='object_link'><a href="Triglav/Agent/ApiClient.html#initialize-instance_method" title="Triglav::Agent::ApiClient#initialize (method)">#initialize</a></span>
|
330
|
+
<small>Triglav::Agent::ApiClient</small>
|
315
331
|
</div>
|
316
332
|
</li>
|
317
333
|
|
318
334
|
|
319
335
|
<li class="odd ">
|
320
336
|
<div class="item">
|
321
|
-
<span class='object_link'><a href="Triglav/Agent/
|
322
|
-
<small>Triglav::Agent::
|
337
|
+
<span class='object_link'><a href="Triglav/Agent/Base/Monitor.html#initialize-instance_method" title="Triglav::Agent::Base::Monitor#initialize (method)">#initialize</a></span>
|
338
|
+
<small>Triglav::Agent::Base::Monitor</small>
|
323
339
|
</div>
|
324
340
|
</li>
|
325
341
|
|
326
342
|
|
327
343
|
<li class="even ">
|
328
344
|
<div class="item">
|
329
|
-
<span class='object_link'><a href="Triglav/Agent/
|
330
|
-
<small>Triglav::Agent::
|
345
|
+
<span class='object_link'><a href="Triglav/Agent/ApiClient.html#list_aggregated_resources-instance_method" title="Triglav::Agent::ApiClient#list_aggregated_resources (method)">#list_aggregated_resources</a></span>
|
346
|
+
<small>Triglav::Agent::ApiClient</small>
|
331
347
|
</div>
|
332
348
|
</li>
|
333
349
|
|
@@ -341,6 +357,14 @@
|
|
341
357
|
|
342
358
|
|
343
359
|
<li class="even ">
|
360
|
+
<div class="item">
|
361
|
+
<span class='object_link'><a href="Triglav/Agent/StorageFile.html#load-instance_method" title="Triglav::Agent::StorageFile#load (method)">#load</a></span>
|
362
|
+
<small>Triglav::Agent::StorageFile</small>
|
363
|
+
</div>
|
364
|
+
</li>
|
365
|
+
|
366
|
+
|
367
|
+
<li class="odd ">
|
344
368
|
<div class="item">
|
345
369
|
<span class='object_link'><a href="Triglav/Agent/Base/Setting.html#log-instance_method" title="Triglav::Agent::Base::Setting#log (method)">#log</a></span>
|
346
370
|
<small>Triglav::Agent::Base::Setting</small>
|
@@ -348,7 +372,7 @@
|
|
348
372
|
</li>
|
349
373
|
|
350
374
|
|
351
|
-
<li class="
|
375
|
+
<li class="even ">
|
352
376
|
<div class="item">
|
353
377
|
<span class='object_link'><a href="Triglav/Agent/Base/Setting.html#log_level-instance_method" title="Triglav::Agent::Base::Setting#log_level (method)">#log_level</a></span>
|
354
378
|
<small>Triglav::Agent::Base::Setting</small>
|
@@ -356,7 +380,7 @@
|
|
356
380
|
</li>
|
357
381
|
|
358
382
|
|
359
|
-
<li class="
|
383
|
+
<li class="odd ">
|
360
384
|
<div class="item">
|
361
385
|
<span class='object_link'><a href="Triglav/Agent/Base/Setting.html#logger-instance_method" title="Triglav::Agent::Base::Setting#logger (method)">#logger</a></span>
|
362
386
|
<small>Triglav::Agent::Base::Setting</small>
|
@@ -364,7 +388,7 @@
|
|
364
388
|
</li>
|
365
389
|
|
366
390
|
|
367
|
-
<li class="
|
391
|
+
<li class="even ">
|
368
392
|
<div class="item">
|
369
393
|
<span class='object_link'><a href="Triglav/Agent/Base/Processor.html#max_consecuitive_error_count-class_method" title="Triglav::Agent::Base::Processor.max_consecuitive_error_count (method)">max_consecuitive_error_count</a></span>
|
370
394
|
<small>Triglav::Agent::Base::Processor</small>
|
@@ -372,7 +396,7 @@
|
|
372
396
|
</li>
|
373
397
|
|
374
398
|
|
375
|
-
<li class="
|
399
|
+
<li class="odd ">
|
376
400
|
<div class="item">
|
377
401
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#monitor_class-class_method" title="Triglav::Agent::Configuration.monitor_class (method)">monitor_class</a></span>
|
378
402
|
<small>Triglav::Agent::Configuration</small>
|
@@ -380,7 +404,7 @@
|
|
380
404
|
</li>
|
381
405
|
|
382
406
|
|
383
|
-
<li class="
|
407
|
+
<li class="even ">
|
384
408
|
<div class="item">
|
385
409
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#monitor_class%3D-class_method" title="Triglav::Agent::Configuration.monitor_class= (method)">monitor_class=</a></span>
|
386
410
|
<small>Triglav::Agent::Configuration</small>
|
@@ -388,7 +412,7 @@
|
|
388
412
|
</li>
|
389
413
|
|
390
414
|
|
391
|
-
<li class="
|
415
|
+
<li class="odd ">
|
392
416
|
<div class="item">
|
393
417
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#name-class_method" title="Triglav::Agent::Configuration.name (method)">name</a></span>
|
394
418
|
<small>Triglav::Agent::Configuration</small>
|
@@ -396,7 +420,7 @@
|
|
396
420
|
</li>
|
397
421
|
|
398
422
|
|
399
|
-
<li class="
|
423
|
+
<li class="even ">
|
400
424
|
<div class="item">
|
401
425
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#name%3D-class_method" title="Triglav::Agent::Configuration.name= (method)">name=</a></span>
|
402
426
|
<small>Triglav::Agent::Configuration</small>
|
@@ -404,7 +428,7 @@
|
|
404
428
|
</li>
|
405
429
|
|
406
430
|
|
407
|
-
<li class="
|
431
|
+
<li class="odd ">
|
408
432
|
<div class="item">
|
409
433
|
<span class='object_link'><a href="Triglav/Agent/StorageFile.html#open-class_method" title="Triglav::Agent::StorageFile.open (method)">open</a></span>
|
410
434
|
<small>Triglav::Agent::StorageFile</small>
|
@@ -412,7 +436,7 @@
|
|
412
436
|
</li>
|
413
437
|
|
414
438
|
|
415
|
-
<li class="
|
439
|
+
<li class="even ">
|
416
440
|
<div class="item">
|
417
441
|
<span class='object_link'><a href="Triglav/Agent/Base/CLI.html#option_parser-instance_method" title="Triglav::Agent::Base::CLI#option_parser (method)">#option_parser</a></span>
|
418
442
|
<small>Triglav::Agent::Base::CLI</small>
|
@@ -420,7 +444,7 @@
|
|
420
444
|
</li>
|
421
445
|
|
422
446
|
|
423
|
-
<li class="
|
447
|
+
<li class="odd ">
|
424
448
|
<div class="item">
|
425
449
|
<span class='object_link'><a href="Triglav/Agent/Base/CLI.html#parse_options-instance_method" title="Triglav::Agent::Base::CLI#parse_options (method)">#parse_options</a></span>
|
426
450
|
<small>Triglav::Agent::Base::CLI</small>
|
@@ -428,10 +452,18 @@
|
|
428
452
|
</li>
|
429
453
|
|
430
454
|
|
455
|
+
<li class="even ">
|
456
|
+
<div class="item">
|
457
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#path-instance_method" title="Triglav::Agent::Status#path (method)">#path</a></span>
|
458
|
+
<small>Triglav::Agent::Status</small>
|
459
|
+
</div>
|
460
|
+
</li>
|
461
|
+
|
462
|
+
|
431
463
|
<li class="odd ">
|
432
464
|
<div class="item">
|
433
|
-
<span class='object_link'><a href="Triglav/Agent/Base/
|
434
|
-
<small>Triglav::Agent::Base::
|
465
|
+
<span class='object_link'><a href="Triglav/Agent/Base/Monitor.html#process-instance_method" title="Triglav::Agent::Base::Monitor#process (method)">#process</a></span>
|
466
|
+
<small>Triglav::Agent::Base::Monitor</small>
|
435
467
|
</div>
|
436
468
|
</li>
|
437
469
|
|
@@ -446,8 +478,8 @@
|
|
446
478
|
|
447
479
|
<li class="odd ">
|
448
480
|
<div class="item">
|
449
|
-
<span class='object_link'><a href="Triglav/Agent/Base/
|
450
|
-
<small>Triglav::Agent::Base::
|
481
|
+
<span class='object_link'><a href="Triglav/Agent/Base/Worker.html#process-instance_method" title="Triglav::Agent::Base::Worker#process (method)">#process</a></span>
|
482
|
+
<small>Triglav::Agent::Base::Worker</small>
|
451
483
|
</div>
|
452
484
|
</li>
|
453
485
|
|
@@ -485,6 +517,14 @@
|
|
485
517
|
|
486
518
|
|
487
519
|
<li class="even ">
|
520
|
+
<div class="item">
|
521
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#resource_uri-instance_method" title="Triglav::Agent::Status#resource_uri (method)">#resource_uri</a></span>
|
522
|
+
<small>Triglav::Agent::Status</small>
|
523
|
+
</div>
|
524
|
+
</li>
|
525
|
+
|
526
|
+
|
527
|
+
<li class="odd ">
|
488
528
|
<div class="item">
|
489
529
|
<span class='object_link'><a href="Triglav/Agent/Base/Processor.html#resource_uri_prefix-instance_method" title="Triglav::Agent::Base::Processor#resource_uri_prefix (method)">#resource_uri_prefix</a></span>
|
490
530
|
<small>Triglav::Agent::Base::Processor</small>
|
@@ -492,6 +532,14 @@
|
|
492
532
|
</li>
|
493
533
|
|
494
534
|
|
535
|
+
<li class="even ">
|
536
|
+
<div class="item">
|
537
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#resource_uri_prefix-instance_method" title="Triglav::Agent::Status#resource_uri_prefix (method)">#resource_uri_prefix</a></span>
|
538
|
+
<small>Triglav::Agent::Status</small>
|
539
|
+
</div>
|
540
|
+
</li>
|
541
|
+
|
542
|
+
|
495
543
|
<li class="odd ">
|
496
544
|
<div class="item">
|
497
545
|
<span class='object_link'><a href="Triglav/Agent/Base/Worker.html#run-instance_method" title="Triglav::Agent::Base::Worker#run (method)">#run</a></span>
|
@@ -509,6 +557,30 @@
|
|
509
557
|
|
510
558
|
|
511
559
|
<li class="odd ">
|
560
|
+
<div class="item">
|
561
|
+
<span class='object_link'><a href="Triglav/Agent/StorageFile.html#select%21-class_method" title="Triglav::Agent::StorageFile.select! (method)">select!</a></span>
|
562
|
+
<small>Triglav::Agent::StorageFile</small>
|
563
|
+
</div>
|
564
|
+
</li>
|
565
|
+
|
566
|
+
|
567
|
+
<li class="even ">
|
568
|
+
<div class="item">
|
569
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#select_resource_uri_prefixes%21-class_method" title="Triglav::Agent::Status.select_resource_uri_prefixes! (method)">select_resource_uri_prefixes!</a></span>
|
570
|
+
<small>Triglav::Agent::Status</small>
|
571
|
+
</div>
|
572
|
+
</li>
|
573
|
+
|
574
|
+
|
575
|
+
<li class="odd ">
|
576
|
+
<div class="item">
|
577
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#select_resource_uris%21-class_method" title="Triglav::Agent::Status.select_resource_uris! (method)">select_resource_uris!</a></span>
|
578
|
+
<small>Triglav::Agent::Status</small>
|
579
|
+
</div>
|
580
|
+
</li>
|
581
|
+
|
582
|
+
|
583
|
+
<li class="even ">
|
512
584
|
<div class="item">
|
513
585
|
<span class='object_link'><a href="Triglav/Agent/ApiClient.html#send_messages-instance_method" title="Triglav::Agent::ApiClient#send_messages (method)">#send_messages</a></span>
|
514
586
|
<small>Triglav::Agent::ApiClient</small>
|
@@ -516,7 +588,7 @@
|
|
516
588
|
</li>
|
517
589
|
|
518
590
|
|
519
|
-
<li class="
|
591
|
+
<li class="odd ">
|
520
592
|
<div class="item">
|
521
593
|
<span class='object_link'><a href="Triglav/Agent/Base/Setting.html#serverengine_options-instance_method" title="Triglav::Agent::Base::Setting#serverengine_options (method)">#serverengine_options</a></span>
|
522
594
|
<small>Triglav::Agent::Base::Setting</small>
|
@@ -524,6 +596,14 @@
|
|
524
596
|
</li>
|
525
597
|
|
526
598
|
|
599
|
+
<li class="even ">
|
600
|
+
<div class="item">
|
601
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#set-instance_method" title="Triglav::Agent::Status#set (method)">#set</a></span>
|
602
|
+
<small>Triglav::Agent::Status</small>
|
603
|
+
</div>
|
604
|
+
</li>
|
605
|
+
|
606
|
+
|
527
607
|
<li class="odd ">
|
528
608
|
<div class="item">
|
529
609
|
<span class='object_link'><a href="Triglav/Agent/StorageFile.html#set-class_method" title="Triglav::Agent::StorageFile.set (method)">set</a></span>
|
@@ -549,6 +629,14 @@
|
|
549
629
|
|
550
630
|
|
551
631
|
<li class="even ">
|
632
|
+
<div class="item">
|
633
|
+
<span class='object_link'><a href="Triglav/Agent/Status.html#setnx-instance_method" title="Triglav::Agent::Status#setnx (method)">#setnx</a></span>
|
634
|
+
<small>Triglav::Agent::Status</small>
|
635
|
+
</div>
|
636
|
+
</li>
|
637
|
+
|
638
|
+
|
639
|
+
<li class="odd ">
|
552
640
|
<div class="item">
|
553
641
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#setting_class-class_method" title="Triglav::Agent::Configuration.setting_class (method)">setting_class</a></span>
|
554
642
|
<small>Triglav::Agent::Configuration</small>
|
@@ -556,7 +644,7 @@
|
|
556
644
|
</li>
|
557
645
|
|
558
646
|
|
559
|
-
<li class="
|
647
|
+
<li class="even ">
|
560
648
|
<div class="item">
|
561
649
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#setting_class%3D-class_method" title="Triglav::Agent::Configuration.setting_class= (method)">setting_class=</a></span>
|
562
650
|
<small>Triglav::Agent::Configuration</small>
|
@@ -564,7 +652,7 @@
|
|
564
652
|
</li>
|
565
653
|
|
566
654
|
|
567
|
-
<li class="
|
655
|
+
<li class="odd ">
|
568
656
|
<div class="item">
|
569
657
|
<span class='object_link'><a href="Triglav/Agent/Timer.html#start-instance_method" title="Triglav::Agent::Timer#start (method)">#start</a></span>
|
570
658
|
<small>Triglav::Agent::Timer</small>
|
@@ -572,7 +660,7 @@
|
|
572
660
|
</li>
|
573
661
|
|
574
662
|
|
575
|
-
<li class="
|
663
|
+
<li class="even ">
|
576
664
|
<div class="item">
|
577
665
|
<span class='object_link'><a href="Triglav/Agent/Base/Worker.html#start-instance_method" title="Triglav::Agent::Base::Worker#start (method)">#start</a></span>
|
578
666
|
<small>Triglav::Agent::Base::Worker</small>
|
@@ -580,7 +668,7 @@
|
|
580
668
|
</li>
|
581
669
|
|
582
670
|
|
583
|
-
<li class="
|
671
|
+
<li class="odd ">
|
584
672
|
<div class="item">
|
585
673
|
<span class='object_link'><a href="Triglav/Agent/Base/Setting.html#status_file-instance_method" title="Triglav::Agent::Base::Setting#status_file (method)">#status_file</a></span>
|
586
674
|
<small>Triglav::Agent::Base::Setting</small>
|
@@ -588,7 +676,7 @@
|
|
588
676
|
</li>
|
589
677
|
|
590
678
|
|
591
|
-
<li class="
|
679
|
+
<li class="even ">
|
592
680
|
<div class="item">
|
593
681
|
<span class='object_link'><a href="Triglav/Agent/Base/Worker.html#stop-instance_method" title="Triglav::Agent::Base::Worker#stop (method)">#stop</a></span>
|
594
682
|
<small>Triglav::Agent::Base::Worker</small>
|
@@ -596,7 +684,7 @@
|
|
596
684
|
</li>
|
597
685
|
|
598
686
|
|
599
|
-
<li class="
|
687
|
+
<li class="odd ">
|
600
688
|
<div class="item">
|
601
689
|
<span class='object_link'><a href="Triglav/Agent/Timer.html#stop-instance_method" title="Triglav::Agent::Timer#stop (method)">#stop</a></span>
|
602
690
|
<small>Triglav::Agent::Timer</small>
|
@@ -604,7 +692,7 @@
|
|
604
692
|
</li>
|
605
693
|
|
606
694
|
|
607
|
-
<li class="
|
695
|
+
<li class="even ">
|
608
696
|
<div class="item">
|
609
697
|
<span class='object_link'><a href="Triglav/Agent/Base/Worker.html#stopped%3F-instance_method" title="Triglav::Agent::Base::Worker#stopped? (method)">#stopped?</a></span>
|
610
698
|
<small>Triglav::Agent::Base::Worker</small>
|
@@ -612,7 +700,7 @@
|
|
612
700
|
</li>
|
613
701
|
|
614
702
|
|
615
|
-
<li class="
|
703
|
+
<li class="odd ">
|
616
704
|
<div class="item">
|
617
705
|
<span class='object_link'><a href="Triglav/Agent/Base/Setting.html#token_file-instance_method" title="Triglav::Agent::Base::Setting#token_file (method)">#token_file</a></span>
|
618
706
|
<small>Triglav::Agent::Base::Setting</small>
|
@@ -620,7 +708,7 @@
|
|
620
708
|
</li>
|
621
709
|
|
622
710
|
|
623
|
-
<li class="
|
711
|
+
<li class="even ">
|
624
712
|
<div class="item">
|
625
713
|
<span class='object_link'><a href="Triglav/Agent/Base/Processor.html#total_count-instance_method" title="Triglav::Agent::Base::Processor#total_count (method)">#total_count</a></span>
|
626
714
|
<small>Triglav::Agent::Base::Processor</small>
|
@@ -628,7 +716,7 @@
|
|
628
716
|
</li>
|
629
717
|
|
630
718
|
|
631
|
-
<li class="
|
719
|
+
<li class="odd ">
|
632
720
|
<div class="item">
|
633
721
|
<span class='object_link'><a href="Triglav/Agent/Timer.html#wait-instance_method" title="Triglav::Agent::Timer#wait (method)">#wait</a></span>
|
634
722
|
<small>Triglav::Agent::Timer</small>
|
@@ -636,7 +724,7 @@
|
|
636
724
|
</li>
|
637
725
|
|
638
726
|
|
639
|
-
<li class="
|
727
|
+
<li class="even ">
|
640
728
|
<div class="item">
|
641
729
|
<span class='object_link'><a href="Triglav/Agent/Base/Processor.html#worker-instance_method" title="Triglav::Agent::Base::Processor#worker (method)">#worker</a></span>
|
642
730
|
<small>Triglav::Agent::Base::Processor</small>
|
@@ -644,7 +732,7 @@
|
|
644
732
|
</li>
|
645
733
|
|
646
734
|
|
647
|
-
<li class="
|
735
|
+
<li class="odd ">
|
648
736
|
<div class="item">
|
649
737
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#worker_module-class_method" title="Triglav::Agent::Configuration.worker_module (method)">worker_module</a></span>
|
650
738
|
<small>Triglav::Agent::Configuration</small>
|
@@ -652,7 +740,7 @@
|
|
652
740
|
</li>
|
653
741
|
|
654
742
|
|
655
|
-
<li class="
|
743
|
+
<li class="even ">
|
656
744
|
<div class="item">
|
657
745
|
<span class='object_link'><a href="Triglav/Agent/Configuration.html#worker_module%3D-class_method" title="Triglav::Agent::Configuration.worker_module= (method)">worker_module=</a></span>
|
658
746
|
<small>Triglav::Agent::Configuration</small>
|
@@ -660,7 +748,7 @@
|
|
660
748
|
</li>
|
661
749
|
|
662
750
|
|
663
|
-
<li class="
|
751
|
+
<li class="odd ">
|
664
752
|
<div class="item">
|
665
753
|
<span class='object_link'><a href="Triglav/Agent/Logger.html#write-instance_method" title="Triglav::Agent::Logger#write (method)">#write</a></span>
|
666
754
|
<small>Triglav::Agent::Logger</small>
|