Search found 10 matches
- Wed Feb 06, 2019 7:22 am
- Forum: Nagios XI
- Topic: Need help on MSSQL query in Nagios
- Replies: 3
- Views: 190
Re: Need help on MSSQL query in Nagios
Hello, manojkonda . Can you manually run the same query against the database and show me the output? I would like to see what it looks like when IF statement is actually included. Hi npolovenko, Please find the output below, query output is 1. 1 means Query execution OK and able to connect database...
- Tue Feb 05, 2019 7:38 am
- Forum: Nagios XI
- Topic: Need help on MSSQL query in Nagios
- Replies: 3
- Views: 190
Need help on MSSQL query in Nagios
Hi Team, We are planning to monitor Database availability using below query via Nagios [root@Nagios ~]# /usr/local/nagios/libexec/check_mssql -H remotesqlhost --username XXXX --password XXXX --database XXXX --port 2056 --query " IF (master.sys.fn_hadr_is_primary_replica ('TestDB') = 1 OR maste...
- Thu Jan 31, 2019 12:26 pm
- Forum: Nagios XI
- Topic: Changing nagiosadmin password
- Replies: 5
- Views: 259
Re: Changing nagiosadmin password
scottwilkerson wrote:There should be no impact on the backend, and you can use any charsmanojkonda wrote:Thanks Scott.
by doing this, will there be any impact at the backend ?
Can I also use any special characters in it, as the current password is very simple and want to use a bit complex one.
Thanks a lot Scott. That worked.
- Wed Jan 30, 2019 12:48 pm
- Forum: Nagios XI
- Topic: Changing nagiosadmin password
- Replies: 5
- Views: 259
Re: Changing nagiosadmin password
Thanks Scott.
by doing this, will there be any impact at the backend ?
Can I also use any special characters in it, as the current password is very simple and want to use a bit complex one.
by doing this, will there be any impact at the backend ?
Can I also use any special characters in it, as the current password is very simple and want to use a bit complex one.
- Wed Jan 30, 2019 12:01 pm
- Forum: Nagios XI
- Topic: Changing nagiosadmin password
- Replies: 5
- Views: 259
Changing nagiosadmin password
Hi All,
We would like the change the nagiosadmin user password in one of our NagiosXI server.
Could you please help us with the procedure and the implications of it.
We would like the change the nagiosadmin user password in one of our NagiosXI server.
Could you please help us with the procedure and the implications of it.
- Wed Apr 18, 2018 5:43 am
- Forum: Nagios XI
- Topic: To Remove the Admin rights
- Replies: 1
- Views: 79
To Remove the Admin rights
Hi Team,
Currently we are setting up a new environment and in which we want to control the NSclient Service or any file privileges to read-only so that it cannot execute any commands (internal or external).
Could you please advise us on achieving it.
Thanks in advance.
Currently we are setting up a new environment and in which we want to control the NSclient Service or any file privileges to read-only so that it cannot execute any commands (internal or external).
Could you please advise us on achieving it.
Thanks in advance.
- Tue Apr 17, 2018 11:09 am
- Forum: Nagios XI
- Topic: Table is marked as crashed in production
- Replies: 15
- Views: 523
Re: Table is marked as crashed in production
Nope, it doesn't display anything when clicked on the respective links.
- Tue Apr 17, 2018 10:45 am
- Forum: Nagios XI
- Topic: Table is marked as crashed in production
- Replies: 15
- Views: 523
Re: Table is marked as crashed in production
Hi scottwilkerson,
Thanks for the reply,
We have also observed that in the CCM Tab, the Data is blank nothing is getting reflected.
Is this because of the tables getting crashed. ? Any advise on restoring the CCM data ?
Thanks for the reply,
We have also observed that in the CCM Tab, the Data is blank nothing is getting reflected.
Is this because of the tables getting crashed. ? Any advise on restoring the CCM data ?
- Mon Apr 16, 2018 12:41 pm
- Forum: Nagios XI
- Topic: Query on NSClient authentication details
- Replies: 10
- Views: 840
Re: Query on NSClient authentication details
@mcapra, thank you for the response. We will check this option. Is it possible to Encrypt the password completely than just obfuscating it ? As we have a setup which is completely secured and the client doesn't want any of these passwords to be mentioned any where without encrypting them. Any help o...
- Sat Apr 14, 2018 3:41 pm
- Forum: Nagios XI
- Topic: Query on NSClient authentication details
- Replies: 10
- Views: 840
Re: Query on NSClient authentication details
Hi lmiltchev, Thanks for the reply. If i'm not wrong, looks like this Macros are created on the Nagios XI server to hide the passwords mentioned in the commands. But what we are looking is to hide/encrypt the password that is mentioned in the nsclient.ini file due to some security issues. Is that po...