Here's the definitions involved.<br>
<br>
# 'Cisco 1700vzw' host definition<br>
define host{<br>
use
hosts ; Name of
host template to use<br>
<br>
host_name Cisco1700vzw<br>
alias Cisco 1700 VZW<br>
address <a href="http://10.0.8.2">10.0.8.2</a><br>
check_command check-host-alive<br>
max_check_attempts 20<br>
contact_groups router-admins<br>
notification_interval 60<br>
notification_period 24x7<br>
notification_options d,u,r<br>
}<br>
<br>
# Service definition<br>
define service{<br>
use
services
; Name of service template to use<br>
<br>
host_name Cisco1700vzw<br>
service_description PING<br>
is_volatile 0<br>
check_period 24x7<br>
max_check_attempts 3<br>
normal_check_interval 5<br>
retry_check_interval 1<br>
contact_groups router-admins<br>
notification_interval 240<br>
notification_period 24x7<br>
notification_options c,r<br>
check_command check_ping!100.0,20%!500.0,60%<br>
}<br>
<br>
# 'routers' host group definition<br>
define hostgroup{<br>
hostgroup_name routers<br>
alias Routers<br>
# contact_groups router-admins<br>
members Cisco1700,Cisco1700fdle,Cisco1700vzw<br>
}<br>
<br>
This is how everything else is setup and I can log in and access any
information and execute any commands I want except when they involve
the Cisco1700vzw. If you need the entire file let me know I'll attach
those if needed.<br>
<br>
Thanks for your assistance<br>
<br>
<br><br><div><span class="gmail_quote">On 9/19/05, <b class="gmail_sendername">Marc Powell</b> <<a href="mailto:marc@ena.com">marc@ena.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>> -----Original Message-----<br>> From: <a href="mailto:nagios-users-admin@lists.sourceforge.net">nagios-users-admin@lists.sourceforge.net</a> [mailto:<a href="mailto:nagios-users-">nagios-users-</a><br>>
<a href="mailto:admin@lists.sourceforge.net">admin@lists.sourceforge.net</a>] On Behalf Of <a href="mailto:charskall@gmail.com">charskall@gmail.com</a><br>> Sent: Saturday, September 17, 2005 6:55 PM<br>> To: <a href="mailto:nagios-users@lists.sourceforge.net">
nagios-users@lists.sourceforge.net</a><br>> Subject: [Nagios-users] odd permissions problem<br>><br>> I have Nagios running fine. All of my orginal settings work fine and<br>> everything is being checked like i want. I can make adjustments to
<br>> services.cfg and other cfg files and restart nagios without issue.<br>><br>> Until I added a new host. I created thenew host and added it to the<br>> appropriate host group. The new host appears perfectly in the
<br>> scheduling<br>> cue. The problem is it will not appear in host group overview and when<br>> I<br>> click on it I get the "It appears as though you do not have permission<br>> to view information for this host...". I am logging in as the only
<br>> user<br>> thats been entered "nagiosadmin" and have set that user for all of the<br>> access permissions in cgi.cfg . I also made sure the nagiosadmin is<br>> listed as the contact for all host groups. I can access everything
<br>> else<br>> without problems just this one newly added host.<br><br>I'd check for configuration errors with '/path/to/nagios -v<br>/path/to/nagios.cfg', typos and also look for permission problems on the<br>files you edited (can your web server read all of them?). Beyond that,
<br>the appropriate host, service and hostgroup definitions will probably be<br>needed for us to troubleshoot further.<br><br>--<br>Marc<br><br><br>-------------------------------------------------------<br>SF.Net email is sponsored by:
<br>Tame your development challenges with Apache's Geronimo App Server.<br>Download it for free - -and be entered to win a 42" plasma tv or your very<br>own Sony(tm)PSP. Click here to play: <a href="http://sourceforge.net/geronimo.php">
http://sourceforge.net/geronimo.php</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">
https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null
<br></blockquote></div><br>