Search found 19 matches
- Fri Jan 23, 2015 10:34 am
- Forum: Nagios Log Server
- Topic: login user gone??
- Replies: 8
- Views: 1868
Re: login user gone??
Can you run this command exactly like it is and post the results? curl "http://localhost:9200/nagioslogserver/user/_search?pretty" [root@sgpnagioslog1 ~]# curl "http://localhost:9200/nagioslogserver/user/_search?pretty" { "took" : 0, "timed_out" : false, &quo...
- Thu Jan 22, 2015 11:48 pm
- Forum: Nagios Log Server
- Topic: login user gone??
- Replies: 8
- Views: 1868
Re: login user gone??
Can you execute the following from the CLI and see if any users exist curl "http://localhost:9200/nagioslogserver/user/_search?pretty" User not found. [root@sgpnagioslog1 nagioslogserver]# curl "http://localhost/nagioslogserver/user/_search?nagiosadmin" <!DOCTYPE HTML PUBLIC &qu...
- Thu Jan 22, 2015 3:34 am
- Forum: Nagios Log Server
- Topic: How long should it take for a new sources to appear?
- Replies: 10
- Views: 3079
Re: How long should it take for a new sources to appear?
Hi,
Try to type 'datetime' in the NLS CLI.
It will shows you the time.
Regards,
Try to type 'datetime' in the NLS CLI.
It will shows you the time.
Regards,
- Thu Jan 22, 2015 1:05 am
- Forum: Nagios Log Server
- Topic: How long should it take for a new sources to appear?
- Replies: 10
- Views: 3079
Re: How long should it take for a new sources to appear?
Hi,
I encounter this before as well.
For ours, it is due to the datetime, you might want to double check on it.
If it works for you in the past, it should not be the NLS firewall too.
Cheers.
I encounter this before as well.
For ours, it is due to the datetime, you might want to double check on it.
If it works for you in the past, it should not be the NLS firewall too.
Cheers.
- Wed Jan 21, 2015 11:14 pm
- Forum: Nagios XI
- Topic: no Graph when using HP 3PAR plugin
- Replies: 18
- Views: 2047
Re: no Graph when using HP 3PAR plugin
Does the plugin return perfdata? Not all of the plugins do. Can you show us the actual command that you are running in the command line, along with the output of it? You can learn more about the perfdata, returned from nagios plugins by reviewing the nagios plugin development guidelines here: https...
- Wed Jan 21, 2015 10:53 pm
- Forum: Nagios Log Server
- Topic: login user gone??
- Replies: 8
- Views: 1868
Re: login user gone??
You can try resetting the nagiosadmin password by running in the CLI: cd /usr/local/nagioslogserver/scripts ./reset_nagiosadmin_password.sh -p <your new password> where you substitute the <your new password> with your actual password. Let me know if this helped. Hi, It seems like even the nagiosadm...
- Wed Jan 21, 2015 10:34 pm
- Forum: Nagios Log Server
- Topic: How to extend NSL storage
- Replies: 18
- Views: 3700
Re: How to extend NSL storage
Hi Scott,scottwilkerson wrote:You can also add a datastore path
http://assets.nagios.com/downloads/nagi ... Server.pdf
I'm looking into more like expanding the existing storage.
Not an expert in Linux.
In windows, it is able to do a diskpart expand for the vDisk.
- Wed Jan 21, 2015 9:34 am
- Forum: Nagios Log Server
- Topic: login user gone??
- Replies: 8
- Views: 1868
login user gone??
Hi,
I have just added a new nagios log server instance and after rebooting both instance, I'm not able to login anymore.
It says users do not exist??
Have tried the default 'nagiosadmin' account and it is not working too.
Any help would be appreciated.
Thanks.
I have just added a new nagios log server instance and after rebooting both instance, I'm not able to login anymore.
It says users do not exist??
Have tried the default 'nagiosadmin' account and it is not working too.
Any help would be appreciated.
Thanks.
- Wed Jan 21, 2015 9:08 am
- Forum: Nagios XI
- Topic: no Graph when using HP 3PAR plugin
- Replies: 18
- Views: 2047
no Graph when using HP 3PAR plugin
Hi, Does anyone know how to configure HP 3PAR plugin? Currently, I have use the HP 3PAR plugin found in the Nagios library but unfortunately it is not able to display any graph representation. Our objective is to have 3PAR monitoring with graph such as disk utilisation, IOPS and etc.. Then we will u...
- Wed Jan 21, 2015 8:13 am
- Forum: Nagios Log Server
- Topic: How to extend NSL storage
- Replies: 18
- Views: 3700
Re: How to extend NSL storage
You should always be able to extend LVM volumes assuming you have the disk space and that you formatted with ext3 or higher file systems. You said that you installed off the CentOS image - do you mean the VMware image that Nagios Enterprises provides? hi, that is correct. We are using the VMware im...