File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,10 @@ class AgentJbFls:
6666 def main (self , args : Args ):
6767 self .args = args
6868
69- self .report_agent ()
7069 self .report_fls ()
7170 if self .args .token :
7271 self .report_licenses ()
7372
74- def report_agent (self ):
75- print ('<<<check_mk>>>' )
76- print ('AgentOS: JetBrains FLS' )
77- print ('Version: %s' % self ._check_version .get ('currentVersion' , 'unknown' ))
78-
7973 def report_fls (self ):
8074 print ('<<<jb_fls:sep(9)>>>' )
8175
Original file line number Diff line number Diff line change 1919 ]},
2020 'name': 'jb_fls',
2121 'title': u'Special Agent for the JetBrains Floating License Server',
22- 'version': '1.0.2 ',
22+ 'version': '1.0.3 ',
2323 'version.min_required': '2.0.0b6',
2424 'version.packaged': '2.2.0',
2525 'version.usable_until': '2.3.0'
You can’t perform that action at this time.
0 commit comments