#define REAL_PATH "/usr/local/nagios/libexec/check_oomkiller.pl" main(ac, av) char **av; { execv(REAL_PATH, av); }