Nagios core 4.11
Nagiosgraph1.5
Centos 7.1
Finished Nagiosgraph configure and it worked fine using NSC++Client , but when I used SNMP to monitor servers, and it will Encountered an error, can' generated an graph.
Search found 9 matches
- Mon Aug 01, 2016 1:34 am
- Forum: Open Source Nagios Projects
- Topic: Using SNMP Protocol Monitoring Host, Encountered an Error
- Replies: 1
- Views: 1398
- Thu Jul 07, 2016 2:45 am
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disabled
- Replies: 4
- Views: 17584
Re: Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disable
has been solved, changed apache conffig file ,httpd.conf ,
<Directory />
AllowOverride none
Require all denied
</Directory>
to
<Directory />
AllowOverride none
Require all granted
</Directory>
Now it works is fine, and will continue to next step.
<Directory />
AllowOverride none
Require all denied
</Directory>
to
<Directory />
AllowOverride none
Require all granted
</Directory>
Now it works is fine, and will continue to next step.
- Thu Jul 07, 2016 2:35 am
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disabled
- Replies: 4
- Views: 17584
Re: Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disable
New Error_log Message:
[authz_core:error] [pid 17797] [client 10.127.154.82:51347] AH01630: client denied by server configuration: /usr/local/nagiosgraph/share/nagiosgraph.js, referer: http://nagiosserver/nagiosgraph/cgi-bin/show.cgi
[authz_core:error] [pid 17797] [client 10.127.154.82:51347] AH01630: client denied by server configuration: /usr/local/nagiosgraph/share/nagiosgraph.js, referer: http://nagiosserver/nagiosgraph/cgi-bin/show.cgi
- Thu Jul 07, 2016 2:28 am
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disabled
- Replies: 4
- Views: 17584
Re: Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disable
AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex
This error has been solved, add index.php to httpd.conf.
This error has been solved, add index.php to httpd.conf.
- Thu Jul 07, 2016 2:19 am
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disabled
- Replies: 4
- Views: 17584
Nagiosgraph/cgi-bin/show.cgi error:JavaScript is disabled
Host: Centos 7 Nagios Core:4.1 /usr/local/nagios Nagiso-pulins:2.1 Nagiosgraph:1.5.2 /usr/local/nagiosgraph Firstly: Install and config nagios and it's work fine, then install and configure nagiosgraph1.5, and refer to the installation ReadMe manuall: everything is ok ,http://nagiosserver/nagiosgrap...
- Mon Nov 16, 2015 12:19 am
- Forum: Open Source Nagios Projects
- Topic: Nagios SNMP Error:timeout
- Replies: 3
- Views: 3070
Re: Nagios SNMP Error:timeout
Dear rkennedy :
thanks your reply,
I used the command with -v -t 120 , I found some servers hardware status is work fine, you're right,
and have other servers hardware status still failed and timeout , I changed -t 180 ,it also have same error.
thanks your reply,
I used the command with -v -t 120 , I found some servers hardware status is work fine, you're right,
and have other servers hardware status still failed and timeout , I changed -t 180 ,it also have same error.
- Fri Nov 13, 2015 2:16 am
- Forum: Open Source Nagios Projects
- Topic: Nagios SNMP Error:timeout
- Replies: 3
- Views: 3070
Nagios SNMP Error:timeout
Nagios server:centos 7 64bit Nagios Version:4.0.8 Server: windows 2008 R2 installed SNMP version 2 161port is allow on localhost. when I using check_hpmsa plugin to monitor HP server Hardware status, sometimes on nagios web page:it always prompt:SNMP timeout, but sometimes it display hardware status...
- Fri Nov 13, 2015 1:18 am
- Forum: Open Source Nagios Projects
- Topic: SNMP Error:Service check timed out after 60.01 seconds
- Replies: 1
- Views: 2885
SNMP Error:Service check timed out after 60.01 seconds
I have some HP servers and I using check_Hpmsa plugin to monitor HP server's Hardware, My server is windows 2008 R2 64bit , and install and configure SNMP server, I'm sure SNMP configure is normal, on clinet and nagios server. But I have encounted an strange questione that HP Hardware status sometim...
- Tue Sep 15, 2015 11:55 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios plugin-check_snmp
- Replies: 1
- Views: 837
Nagios plugin-check_snmp
Nagios server :centos 6.7 32bit
Nagios version: 4.0.8
./check_snmp -H localhost -C public -o .1.3.6.1.2.1.25.2.2
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.2.1.25.2.2
how to solve it ,please help !
Nagios version: 4.0.8
./check_snmp -H localhost -C public -o .1.3.6.1.2.1.25.2.2
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.2.1.25.2.2
how to solve it ,please help !