Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90782 Details for
Bug 139008
net-analyzer/nagios-grapher-1.6_rc1-r1 - Daemon and CGIs for getting quite pretty charts out of nagios
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Required Init-Script
nagios-grapher.in (text/plain), 697 bytes, created by
Christopher Vahldieck
on 2006-07-03 08:31:42 UTC
(
hide
)
Description:
Required Init-Script
Filename:
MIME Type:
Creator:
Christopher Vahldieck
Created:
2006-07-03 08:31:42 UTC
Size:
697 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >NAME="collect2.pl" >DESC="nagios-grapher" >DAEMON=@NAGIOS_CONTRIBUTION@/$NAME >PIDFILE=@NG_DAEMON@/$DESC.pid > >depend() { > before nagios >} > >start() { > ebegin "Starting nagios-grapher deamon" > start-stop-daemon --start --pidfile $PIDFILE --oknodo --exec $DAEMON > sleep 1 > ps -p $(cat $PIDFILE) > /dev/null > if [ $? -eq 0 ] > then > eend 0 > else > einfo "$NAME refused to start. Run '$DAEMON -v' for more information." > eend 1 > fi >} > >stop() { > ebegin "Stopping nagios-grapher deamon" > start-stop-daemon --stop --signal KILL --pidfile $PIDFILE --oknodo > eend $? >} >
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 Raw
Actions:
View
Attachments on
bug 139008
:
90777
|
90778
|
90779
|
90780
|
90781
|
90782
|
90783
|
102450
|
115837
|
115838
|
115843