gentux31 wrote: > Hi *, > > I want to use a custom bash script to graph something. If I run the bash > script I get the right output. > > However, when I configure the zencommand it complains about wrong permissions. > > Cmd: /opt/zenoss/libexec/surf_ping.sh 64.233.183.147 - Code: 126 - Msg: > Command invoked cannot execute, permissions problem or command is not an > executable > > These are the permissions: > > -rwxrwxr-x 1 zenoss zenoss 141 Jun 4 16:45 surf_ping.sh > > What am I doing wrong? > > Thanks
The first thing I need to ask is; Is your surf_ping.sh script in the /opt/zenoss/libexec directory? My next question would be, is there something in your script that requires sudo access? Have you tried manually running the script as the user zenoss? -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20873#20873 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
