Oyvind Albrigtsen
Oyvind Albrigtsen
That wont work when monitoring devices without an IP.
Yeah. For Infiniband with pkeys.
if_validate is run before all actions except meta-data and usage/help.
ok to test
https://github.com/ClusterLabs/resource-agents/pull/1439
According to the agents metadata it's supposed to only be allowed to be accessed from localhost: https://github.com/ClusterLabs/resource-agents/blob/master/heartbeat/apache#L494-L499
There is no reason to use HTTPS if you only allow it for localhost.
Add the following to your *:80 section: ``` SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 ```
Try running `pcs resource debug-monitor --full Apache` to identify where it's failing.
Try `pcs resource debug-start --full`. 7 means not running, so that makes sense when it has failed to start.