You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call /check-barman.rb -a last_wal -s <HOST> -w 300 -c 600
I get this error: .../check-barman.rb:95:in check_last_wal_received': undefined method created' for nil:NilClass (NoMethodError)
Apparently the object latest.wal_files.last does not exist.
The text was updated successfully, but these errors were encountered:
Is your barman home directory located in default (/var/lib/barman) or elsewhere?
If not consider using -h parameter for setting your home directory location.
When I call
/check-barman.rb -a last_wal -s <HOST> -w 300 -c 600
I get this error:
.../check-barman.rb:95:in
check_last_wal_received': undefined methodcreated' for nil:NilClass (NoMethodError)
Apparently the object
latest.wal_files.last
does not exist.The text was updated successfully, but these errors were encountered: