Module: Icinga2::Tools

Included in:
Client
Defined in:
lib/icinga2/tools.rb

Instance Method Summary collapse

Instance Method Details

#getObjectHasBeenChecked(object) ⇒ Object



6
7
8
9
# File 'lib/icinga2/tools.rb', line 6

def getObjectHasBeenChecked( object )

  return object.dig('attrs','last_check') > 0
end