Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

munin-cron(8) [debian man page]

MUNIN-CRON(8)							Munin Documentation						     MUNIN-CRON(8)

NAME
munin-cron - A program to batch other Munin master programs SYNOPSIS
munin-cron [--options] OPTIONS
--service <service> Limit services to <service>. Multiple --service options may be supplied. [unset] --host <host> Limit hosts to <host>. Multiple --host options may be supplied. [unset] --config <file> Use <file> as configuration file. [/etc/munin/munin.conf] DESCRIPTION
Munin-cron is a part of the package Munin, which is used in combination with Munin's node. Munin is a group of programs to gather data from Munin's nodes, graph them, create html-pages, and optionally warn Nagios about any off-limit values. Munin-cron batches all the above tasks by running their respective programs. All parameters are passed directly to the underlying programs, so only use parameters that are understood by all the other programs. AUTHORS
Audun Ytterdal and Jimmy Olsen. COPYRIGHT
Copyright (C) 2002-2008 Audun Ytterdal and Jimmy Olsen / Linpro AS. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is released under the GNU General Public License 2.0.6-4+deb7u2 2013-11-12 MUNIN-CRON(8)

Check Out this Related Man Page

MUNIN(8)							Munin Documentation							  MUNIN(8)

NAME
munin - Munin manpage hub DESCRIPTION
Munin is a group of programs to gather data from hosts, graph them, create html-pages, and optionally warn contacts about any off-limit values. The Munin master contains the following programs: munin-update - to gather data from machines running munin-node. munin-graph - to create graphs from data contained in rrd-files. munin-limits - to check for any off-limit values. munin-html - to draw html-pages on an Munin installation munin-cron - to batch other munin programs SEE ALSO
For more information, see the man pages of the individual programs munin-update(8), munin-graph(8), munin-limits(8), munin-html(8), munin-cron(8) or the Munin homepage http://munin-monitoring.org/ <http://munin-monitoring.org/>. AUTHORS
Jimmy Olsen, Audun Ytterdal, Brian de Wolf, Nicolai Langfeldt COPYRIGHT
Copyright (C) 2002-2008 Audun Ytterdal, Jimmy Olsen, Nicolai Langfeldt, Linpro AS and others. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is released under the GNU General Public License 2.0.6-4+deb7u2 2012-08-31 MUNIN(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Editing a CRON file

Hi, I am accessing CRON via telnet and want to set up some jobs. I have typed crontab -e to edit my cronfile but I can't seem to enter anything when I type on my keyboard. All I have is a flashing cursor at the top with ~ on the start of each line. How can I enter the jobs and save this... (9 Replies)
Discussion started by: jaffy1229
9 Replies

2. UNIX for Dummies Questions & Answers

CRON Jobs

Hi, I am a total newbie to all things Unix. I've worked out I need to set up something that will allow me to automatically backup a DB for me, the DB is for a foum system I run. Now, I've only found out I need to use telnet for this, and worked out hwo to log into telnet today. From here... (4 Replies)
Discussion started by: eludlow
4 Replies

3. Shell Programming and Scripting

How to determine the script is called from CRON?

Hello expert, What I want is to determine whether the script is called from CRON or it is executed interactively? I tried the following but no luck: #!/bin/ksh cronID=`pgrep -x cron` GPID=`ps -ef -o ppid,pid | grep " $PPID$" | awk '{print $1}'` if ; then echo I am being run... (15 Replies)
Discussion started by: wes_brooks
15 Replies

4. UNIX for Dummies Questions & Answers

Works Manually - not in CRON

I've got a ksh script that works like a charm when I run it manually. When I set it up in a cron, I keep getting this error in my log: syntax error at line 90: `$' unexpected Here's my snippet of code starting at line 90: while ] do sleep 900 done What's the... (5 Replies)
Discussion started by: dstinsman
5 Replies

5. UNIX for Dummies Questions & Answers

CRON job to execute all scripts in a directory

Hi everyone: I'm trying to make a CRON job that will execute Fridays at 7am. I have the following: * 7 * * 5 I've been studying up on CRON and I know to have this in a file and then "crontab filename.txt" to add it to the CRON job list. The CRON part I believe I understand, but I would... (6 Replies)
Discussion started by: Annorax
6 Replies

6. UNIX for Dummies Questions & Answers

How to restart a CRON

If my cron has recieved a SIGTERM. How do I restart the cron? (7 Replies)
Discussion started by: ddrivera
7 Replies

7. Shell Programming and Scripting

Append date to a file from CRON

Hi, I am trying to append date in DAY_Mon_dd_yyyy at the end of a filename from cron. Cron entry looks as below. (script to execute) > test_file_`date +"a_%b_%d_%Y"` File name created after executing the job is test_file_ I am expecting the filename to be something like ... (8 Replies)
Discussion started by: dncs
8 Replies

8. Shell Programming and Scripting

CRON is not working perfectly

I scheduled a cron job to run @ 1:00 as follows , 00 01 * * * /app/cbf/CLIF/version-1.0.0.0/scripts/archival.sh Please find the archival.sh script. But cron is throwing a mail stating sqlplus command not found So can anybody suggest what might be the problem ??? (13 Replies)
Discussion started by: manas_ranjan
13 Replies

9. Shell Programming and Scripting

strange CRON problem

Hi All, I am facing a strange problem with my shell script when I run the script from CRON. script---- #!/bin/ksh date_var=`date "+%Y%m%d%H%M%S"` memory_file_name=Mem-"$date_var".csv total_memory_mb=`prtconf -v | grep Memory |tr -s " " "," | cut -f3 -d ','` total_memory_kb=`expr... (7 Replies)
Discussion started by: rpraharaj84
7 Replies

10. UNIX for Dummies Questions & Answers

Set up CRON

Hello, I would like to set-up a script in cron on a Solaris 10 sever which would run once in 3 weeks. I am not supposed to make any changes in the script itself. Can anyone advise how it can be done? For any queries, kindly let me know. Thanks. (8 Replies)
Discussion started by: suddhasatwa_bha
8 Replies

11. UNIX for Advanced & Expert Users

CRON on Unix Server

What is the command to list out all the CRON's running on a UNIX Server (7 Replies)
Discussion started by: Pash
7 Replies

12. Shell Programming and Scripting

Getting last section of data from logfile

Hi, I have a log file from Munin like this:2012/12/04 13:45:31 : Munin-update finished (29.68 sec) 2012/12/04 13:50:01 Opened log file 2012/12/04 13:50:01 : Starting munin-update 2012/12/04 13:50:01 Error occured in under in the configuration. 2012/12/04 13:50:01 Could not parse datafile... (9 Replies)
Discussion started by: Jotne
9 Replies

13. Shell Programming and Scripting

Script runs in command-line fine but times out in CRON?

Hi, I have a script that seems to run to completion when in the command-line, but when it is run using the cron, it seems to time out. They both start and run fine, but on the CRON it stops prematurely. The script hits an API every few seconds and grabs data. Does anyone have any idea on... (4 Replies)
Discussion started by: phpchick
4 Replies

14. Red Hat

Third party cron service

Hi, Is there any third party scheduling service like cron or at service which used for scheduling tasks in a specific time. In the same time, is these third party scheduling service (if available) effect the default or the normal crontab service while both are running in the same time (e.g.... (7 Replies)
Discussion started by: leo_ultra_leo
7 Replies

15. Solaris

Not able to start cron service in Solaris 10

Hi, This is Solaris-10 x86. I am not able to start cron service, configured in FMRI. It is in maintenance and when I clear it, it seems like calling and failing on /etc/init.d/tcs-rtm script. I am not able to figure out, why cron is calling that script, if this failure is because of that. Cron... (5 Replies)
Discussion started by: ron323232
5 Replies