Page 1 of 1

PhantomJS Question

Posted: Tue Aug 15, 2017 10:38 am
by mcapra
Is sym-linking the PhantomJS binary distributed with Nagios XI a good idea generally? Like so:

Code: Select all

ln -s /usr/local/nagiosxi/html/includes/components/highcharts/exporting-server/phantomjs /usr/bin/phantomjs
That particular step is part of a write-up I'm doing. Doesn't really make sense to build PhantomJS from scratch if it's included with XI anyway, but I'm not aware of the life cycle of this binary.

Re: PhantomJS Question

Posted: Tue Aug 15, 2017 10:43 am
by jomann
There shouldn't be a problem doing that. The binary is pre-built and is only located there because it is convenient for the exporting server.

Re: PhantomJS Question

Posted: Tue Aug 15, 2017 10:46 am
by mcapra
Excellent! Resolved.