Tagging-Archive: clamav


Nagios-Plugin to check the current version of clamd

I wrote a small plugin for nagios to check the current clamav-version. Setup nagios: define command{ command_name check_clamdv command_line $USER1$/check_clamdv $ARG1$ } define service{ use local-service host_name obelix.schaal-24.de service_description CLAMD Version check_command check_clamdv # if clamd is not located in /usr/local/sbin/clamd, use #check_command check_clamdv!/path/to/your/clamd check_interval 15 } check_clamd Download #!/bin/bash […]