Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310719 Details for
Bug 452424
Updated nagios.spec for Nagios 3.02
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
example config file
nagios.example (text/plain), 1.58 KB, created by
romal
on 2008-07-01 20:44:17 UTC
(
hide
)
Description:
example config file
Filename:
MIME Type:
Creator:
romal
Created:
2008-07-01 20:44:17 UTC
Size:
1.58 KB
patch
obsolete
>############################################################################## ># internet.cfg - sample config file for Fedoras Nagios ># ># 2008-07-03 created Robert M. Albrecht ># ># NOTES: This config file is a sample for monitoring some internet hosts. ># >############################################################################### > >define host{ > name template-internet-host > use generic-host > register 0 > max_check_attempts 5 > contacts nagiosadmin > parents localhost > >} > >define host{ > use template-internet-host > host_name Google > address www.google.com > notes Googles Website defined by sample config > notes_url http://www.google.com > action_url http://en.wikipedia.org/wiki/Google > } > >define hostgroup{ > hostgroup_name InternetHosts > alias Internet Hosts > members Google > } > >define service{ > use generic-service > hostgroup_name InternetHosts > service_description PING > check_command check_ping!200.0,20%!600.0,60% > } > >define service{ > use generic-service > hostgroup_name InternetHosts > service_description HTTP > check_command check_http > } > >define servicegroup{ > servicegroup_name WebSites > alias Internet Hosts > members Google,PING,Google,HTTP > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 452424
:
310718
| 310719 |
310720