Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
FirebirdSQL/Interbase monitor plugin. You could check service status, database status or use your own SQL to query database
Current Version
1.0
Last Release Date
2012-12-11
Owner
Roman Kolasiewicz
License
BSD
Compatible With
Simple configuration: define command{ command_name check_firebird command_line check_firebird.php -H $HOSTADDRESS$ -U '$ARG1$' -P '$ARG2$' -D '$ARG3$' -S '$ARG4$' }
With this plugin you could check if: 1. FirebirdSQL/Interbase Service is running define service{ use generic-service host_name dbsrv2 service_description Server.Firebird contact_groups admins check_command check_firebird!SYSDBA!masterkey }
2. Database is online and in good condition define service{ use generic-service host_name dbsrv2 service_description Service.Firebird contact_groups admins check_command check_firebird!SYSDBA!masterkey!/path/to/database.fdb }
3. Result of your own SQL query define service{ use generic-service host_name dbsrv1 service_description Query.database.fdb contact_groups admins check_command check_firebird!SYSDBA!masterkey!/path/to/database.fdb!SELECT first 10 DISTINCT RDB$RELATION_NAME FROM RDB$RELATION_FIELDS WHERE RDB$SYSTEM_FLAG=0 }
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!