Hi,
I need to setup that users can add comments for host or service but that they can't remove comments.
Kind regard
Search found 13 matches
- Mon Nov 19, 2012 10:49 am
- Forum: Open Source Nagios Projects
- Topic: Nagios host and service comments
- Replies: 1
- Views: 616
- Thu Nov 15, 2012 9:54 am
- Forum: Open Source Nagios Projects
- Topic: Nagios service and availability report
- Replies: 3
- Views: 1891
Re: Nagios service and availability report
2. I need to scheduled downtime be excluded for availability report to don't be calculated as DOWNTIME for hosts.
- Thu Nov 15, 2012 8:07 am
- Forum: Open Source Nagios Projects
- Topic: Active/Passive checks
- Replies: 2
- Views: 1175
Active/Passive checks
What is difference between active and passive host/service checks?
# Active Host / Service Checks:
# Passive Host / Service Checks:
Kind regard
# Active Host / Service Checks:
# Passive Host / Service Checks:
Kind regard
- Thu Nov 08, 2012 7:41 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Upgrade issues
- Replies: 5
- Views: 2294
Re: Nagios Upgrade issues
CASE CLOSED!!! 1) I updated nagios.cfg file for apache with: ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin" - cgi files version 3.4.1 2) Binary files are OK. I have checked nagios service file (init.d) for binary files prefix= /usr/local/nagios exec_prefix=${prefix} NagiosBin=${exec_...
- Thu Nov 08, 2012 2:21 am
- Forum: Open Source Nagios Projects
- Topic: SNMP V3 PROBLEM
- Replies: 8
- Views: 6006
Re: SNMP V3 PROBLEM
Port is open. It is working with AES 128, but didn't working with AES 256. Probably i need to specify in command for 256.
Also, as i saw it's working with password, but problem is when i using special characters in password.
Kind regard
Also, as i saw it's working with password, but problem is when i using special characters in password.
Kind regard
- Wed Nov 07, 2012 3:37 pm
- Forum: Open Source Nagios Projects
- Topic: SNMP V3 PROBLEM
- Replies: 8
- Views: 6006
Re: SNMP V3 PROBLEM
OK. This command is working: ./check_snmp -H 10.24.24.1 -P 3 --seclevel=authPriv -a SHA --secname=USERNAME --authpassword=PASSWORD --privpasswd=PRIVPASSWORD-o sysUpTime.0 But there are two issues: 1) Problem with AES 256. It is working with AES 128, but didn't working with AES 256 2) There is proble...
- Tue Nov 06, 2012 3:49 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Upgrade issues
- Replies: 5
- Views: 2294
Re: Nagios Upgrade issues
Probably during upgrade/install i didn't replace binaryfiles /usr/bin/nagios. Please confirm!? Can you provide upgrade link with detail procedure? My previous version was 3.2.3! Hm, was...! I didn't finish complete procedure!!! I did follow this procedure http://nagios.sourceforge.net/docs/3_0/upgra...
- Tue Nov 06, 2012 11:05 am
- Forum: Open Source Nagios Projects
- Topic: SNMP V3 PROBLEM
- Replies: 8
- Views: 6006
Re: SNMP V3 PROBLEM
Just solved. How i can hide security settings from services.cfg file? authpassword and privpasswrd are in clear text.
./check_snmp -H 10.24.24.1 -P 3 --seclevel=authPriv -a SHA --secname=USERNAME --authpassword=PASSWORD --privpasswd=PRIVPASSWORD-o sysUpTime.0
./check_snmp -H 10.24.24.1 -P 3 --seclevel=authPriv -a SHA --secname=USERNAME --authpassword=PASSWORD --privpasswd=PRIVPASSWORD-o sysUpTime.0
- Mon Nov 05, 2012 9:56 am
- Forum: Open Source Nagios Projects
- Topic: Nagios service and availability report
- Replies: 3
- Views: 1891
Nagios service and availability report
Hi, 1. What is difference between restart and reload nagios service commands? 2. If i have scheduled maintenance periods for more hosts during the month i don't need to calculate it in monthly availability report for my hostgroup. How can i do it! I need only to calculate availability with unexpecte...
- Sat Nov 03, 2012 5:42 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Upgrade issues
- Replies: 5
- Views: 2294
Re: Nagios Upgrade issues
Hm, probably i didn't complete upgrade. During "upgrade" all my new configuration files created to /usr/local/nagios/etc/config I moved old config files from old location /etc/nagios/ to new /usr/local/nagios/etc/config. Only cgi files and nagios.cfg didn't relocated. I tried but unsucessf...