check-barman icon indicating copy to clipboard operation
check-barman copied to clipboard

nagios plugin for PostgreSQL backup tool barman

Results 9 check-barman issues
Sort by recently updated
recently updated
newest added

I dont know why i have this return.. Effectivly i have a oldest failed backup but I think this a bug to parse returns ? /opt/sensu/embedded/lib/ruby/gems/2.4.0/gems/rbarman-0.0.16/lib/rbarman/backup.rb:136:in `status=': only :empty, :started,...

Hi, Thank you for the plugin. I have Barman 2.5 installed and I can successfully: ssh [email protected] to mine postgresql 11 instance. However I can't explain why the plugin fails...

``` $ ./check-barman.rb -a backups_available -s test1 -w 5 -c 6 "4 backups available" ``` > check number of backups and set warning if number of backups is > 5...

I Fixed the behavior that is expected on checking the backups available. I assume that what is intended to do is to check that there are at least N backups,...

Hi which user should install this plugin ? on which directory I am using redhat , and I assume it shuold be installed on barman server where we a nagios...

When I call `/check-barman.rb -a last_wal -s -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.

Greetings dev. Recently updated our pgbarman installation to 1.6.0 and decided it was time to have some proper checks to verify the backups are proper. However I am having some...

Hi, I've encountered an error with check-barman for the actions last_wal and mssing_wal, that is caused by a WAL history file. The history file is created when the timeline changes....

Hi, My Barman is linked to many PostgreSQL servers - I use this change so that the status message shown in Nagios is non-ambiguous - it allows me to easily...