PhantomJS Question

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

PhantomJS Question

Post 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.
Former Nagios employee
https://www.mcapra.com/
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: PhantomJS Question

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: PhantomJS Question

Post by mcapra »

Excellent! Resolved.
Former Nagios employee
https://www.mcapra.com/
Locked