Search found 8 matches
- Mon Dec 09, 2013 12:24 pm
- Forum: Open Source Nagios Projects
- Topic: NagiosQL hosts not showing in Nagios Core
- Replies: 8
- Views: 7673
Re: NagiosQL hosts not showing in Nagios Core
Hello guys, Yes had a wonderful trip. Bit short, because it was a business trip. But English people never fail te amaze me :) I already found the problem, when looking at the nagios event log itself. I had a server with an ns++ client error, that somehow blocked nagios from getting the other hosts i...
- Sat Dec 07, 2013 6:14 am
- Forum: Open Source Nagios Projects
- Topic: NagiosQL hosts not showing in Nagios Core
- Replies: 8
- Views: 7673
Re: NagiosQL hosts not showing in Nagios Core
I grabbed both the dir and file locations. The hosts are in /etc/nagiosql/hosts/ If I create a new host, it will place it there too. Sorry btw if I post a bit slowly, I was on a trip to England. cat /usr/local/nagios/etc/nagios.cfg | grep cfg_file #cfg_file=/usr/local/nagios/etc/objects/commands.cfg...
- Fri Dec 06, 2013 5:34 am
- Forum: Open Source Nagios Projects
- Topic: Best indicators to monitor windows vm's ram and cpu usage
- Replies: 6
- Views: 4890
Re: Best indicators to monitor windows vm's ram and cpu usag
I would monitor pages/s and amount of RAM usage. If that amount is low, and physical memory usage is low also, then there there is no problem with memory consumption on that system. It simply means, that the amount of requested pages that were not immidiatly available in RAM is low, so if you check ...
- Fri Dec 06, 2013 4:21 am
- Forum: Open Source Nagios Projects
- Topic: NagiosQL hosts not showing in Nagios Core
- Replies: 8
- Views: 7673
Re: NagiosQL hosts not showing in Nagios Core
Yes. When I run the NagiosQL configuration check (step 3), it shows the right amount of hosts. Everything seems fine. Until I check the Nagios monitoring window and I only see the two original hosts. No other host is being monitored according to Nagios itself. I also checked in commandline if I coul...
- Thu Dec 05, 2013 7:42 am
- Forum: Open Source Nagios Projects
- Topic: Best indicators to monitor windows vm's ram and cpu usage
- Replies: 6
- Views: 4890
Re: Best indicators to monitor windows vm's ram and cpu usag
Perfmon has monitoring parameters under "system" "processor queue lenght". I think that's what your looking for. Allthough CPU usage does give you a hint of the workload of a individual VM, so it's perfectly fine to monitor that. When CPU hits as high as 80-100% over a longer per...
- Thu Dec 05, 2013 6:30 am
- Forum: Open Source Nagios Projects
- Topic: NagiosQL hosts not showing in Nagios Core
- Replies: 8
- Views: 7673
NagiosQL hosts not showing in Nagios Core
Yello! I am running Nagios Core 3.5.0 with NagiosQL 3.2.0 on a CentOS VM. I am running NSclient++ 4.1.102 on the windows VM's. I started with two hosts and a few services. Those run perfectly and no errors are shown. Host files are in the etc/nagiosql/hosts folder. But when I try to add more hosts i...
- Thu Apr 07, 2011 9:08 am
- Forum: Open Source Nagios Projects
- Topic: Access denied for user 'apache'@'localhost' (using password:
- Replies: 2
- Views: 885
Re: Access denied for user 'apache'@'localhost' (using passw
Already solved this by changing the mysql user: nagiosql_user back to it's old password. All is fine again 
- Thu Apr 07, 2011 5:42 am
- Forum: Open Source Nagios Projects
- Topic: Access denied for user 'apache'@'localhost' (using password:
- Replies: 2
- Views: 885
Access denied for user 'apache'@'localhost' (using password:
Hello, First of all sorry for bothering anyone here for this question. It's a stupid one :-) I accidently changed the sql_user password, so when I click on nagios QL, I get a message saying: SELECT `category`,`name`,`value` FROM `tbl_settings`Error[3]: Access denied for user 'apache'@'localhost' (us...