Search found 6 matches
- Mon Jul 15, 2019 8:29 am
- Forum: Nagios XI
- Topic: NCPA to Nagios XI initial connection
- Replies: 3
- Views: 678
Re: NCPA to Nagios XI initial connection
The token will already be changed during the install. After NCPA is installed on a server, instead of using the Nagios XI NCPA configuration wizard to connect the server to Nagios XI, is there a command to initially connect the server? Ideally a call is made from the server with NCPA to the Nagios X...
- Thu Jul 11, 2019 2:27 pm
- Forum: Nagios XI
- Topic: NCPA to Nagios XI initial connection
- Replies: 3
- Views: 678
NCPA to Nagios XI initial connection
Once NCPA is installed on a server, can the server with NCPA send the token to be stored in the database? Or is it possible to make a call to the Nagios API from the server with NCPA to initialize the connection, which would then store the token? The idea is to avoid anyone from knowing what the tok...
- Thu Jul 11, 2019 2:15 pm
- Forum: Nagios XI
- Topic: Can the token be auto added or retrieved for custom plugins?
- Replies: 4
- Views: 584
Re: Can the token be auto added or retrieved for custom plug
Thank you!
We were able to figure out where the token is stored and it's associated server in the database by running this query:
SELECT * FROM nagiosxi.xi_meta WHERE keyname LIKE '%hostname%';
We were able to figure out where the token is stored and it's associated server in the database by running this query:
SELECT * FROM nagiosxi.xi_meta WHERE keyname LIKE '%hostname%';
- Tue Jul 02, 2019 2:18 pm
- Forum: Nagios XI
- Topic: Storage mountpoint for new Nagios XI system
- Replies: 1
- Views: 360
Storage mountpoint for new Nagios XI system
For a new Nagios XI system design, what is the recommended storage mountpoint? Should the storage be partitioned? Could symlinks be used?
- Tue Jun 25, 2019 12:32 pm
- Forum: Nagios XI
- Topic: Can the token be auto added or retrieved for custom plugins?
- Replies: 4
- Views: 584
Re: Can the token be auto added or retrieved for custom plug
As a follow up, is the token stored anywhere on the Nagios XI server or in the database?
- Tue Jun 25, 2019 12:10 pm
- Forum: Nagios XI
- Topic: Can the token be auto added or retrieved for custom plugins?
- Replies: 4
- Views: 584
Can the token be auto added or retrieved for custom plugins?
When creating/updating custom plugins after the initial NCPA configuration to Nagios XI, since the token needs to be defined in $ARG1$ of each service check definition, is there a way to automatically retrieve this token if the NCPA has already been configured to Nagios XI?