Code: Select all
#!/bin/bash
echo "CRITICAL-pc "
exit 1
Here is a non working plugin:
Code: Select all
#!/usr/bin/perl
#
print STDERR "CRITICAL-pc\n ";
exit(1);
Everything is identical : same directory , owner and rights : -rwxrwxrwx
What do I miss ?
Thanks for any idea.