Oyvind Albrigtsen

Results 128 comments of Oyvind Albrigtsen

It should be able to detect that you're using apache2.conf, so you can probably unset that parameter.

Which version of resource-agents do you have installed? I'm unable to find that "monitor" -a line before the final return 1 line.

Also you might have to run `a2ensite 000-default` to ensure that part of the configuration is loaded.

`grep resource-agents` instead to get all the resource-agents packages.

Can you try moving status to localhost:80 or 127.0.0.1:80?

The Location section, yeah. Maybe it'll also work if you put Redirect after ``

Try adding the server-status section in its own VirtualHost section (before *:80 as I think that will catch all domains if you have it before specific domains), example: https://stackoverflow.com/a/19598508

For what agent? I know we're planning on doing this for at least one agent that doesnt have it already.

If you run it with `sh -x /usr/lib/ocf/resource.d/heartbeat/IPaddr2 start` you should be able to see where it gets stuck in these situations. Also there's no need to define __OCF_ACTION as...

Can you also add the agents to doc/man/Makefile.am, so manpages are generated automatically?