Search found 2 matches
- Fri Jun 21, 2013 4:25 am
- Forum: Open Source Nagios Projects
- Topic: Rights problem: "ERROR: No parseable output"
- Replies: 3
- Views: 3733
Re: Rights problem: "ERROR: No parseable output"
Hey, thnx for the reply. This is the output: [root@srv-nagios ~]# su nagios bash-4.1$ ./check_ilo2_health.pl -H 10.0.10.8 -u USER -p PASSWORD -3 -n bash: ./check_ilo2_health.pl: Permission denied bash-4.1$ ls ls: cannot open directory .: Permission denied bash-4.1$ cd /usr/ bin/ games/ lib/ libexec/...
- Thu Jun 20, 2013 5:02 am
- Forum: Open Source Nagios Projects
- Topic: Rights problem: "ERROR: No parseable output"
- Replies: 3
- Views: 3733
Rights problem: "ERROR: No parseable output"
Hello all, i've got a problem with my Nagios Core 3.4.4 I've downloaded a script to check the ILO hardware of our HP servers. When I run the command as root everthing runs fine. ./check_ilo2_health.pl -H 10.0.10.8 -u USER -p PASSWORD -3 -n Gives back: ILO2_HEALTH OK - (Board-Version: ILO>=3) So far ...