Sponsored Content
Full Discussion: Config Generation
Top Forums Shell Programming and Scripting Config Generation Post 302294540 by otheus on Thursday 5th of March 2009 11:37:20 AM
Old 03-05-2009
I'm most familiar with rdist and rsync. rdist has been around for a long time, and while I like it, I thought creating the "makefiles" were kind of a pain and tedious. rsync is really good, but you need an exception list for files that shouldn't be distributed (like local key files, caches, etc). Such file lists can be long and take time to build. (But what doesn't??)

Since I was looking into this a few weeks ago, I happen to have some browser tabs open at Freshmeat that are related to this:
Report back to us what you find! Thanks!
 

10 More Discussions You Might Find Interesting

1. Programming

Shellcode Generation using C

Hi, I was just learning about buffer overflow attacks... I was curious as to how to generate a simple shellcode. I've written two codes - One is the typical program that has a vulnerability inside and the other is the shellcode. main program: void test(); int main() { test(); ... (2 Replies)
Discussion started by: Legend986
2 Replies

2. UNIX for Dummies Questions & Answers

report generation

Hello, I got a requirement in writing a sheel script in unix, please help me out the requirement is there are two folders Folder1 and Folder2 and there are same files in the different folders. like file1,file2 in folder1 and file1 and file2 in folder2. I would like to compare all the... (2 Replies)
Discussion started by: gmahesh2k
2 Replies

3. Shell Programming and Scripting

Report generation

Hello, I got a requirement in writing a KSH script in unix, please help me out the requirement is there are two folders Folder1 and Folder2 and there are same files in the different folders. like file1,file2 in folder1 and file1 and file2 in folder2. I would like to compare all the similar... (3 Replies)
Discussion started by: gmahesh2k
3 Replies

4. Shell Programming and Scripting

Graph generation

How can I generate graphs using perl in unix solaris environment? Please suggest. (2 Replies)
Discussion started by: wadhwa.pooja
2 Replies

5. Shell Programming and Scripting

ID generation in sequence

i have an xml tag. The value for the tag should be iterated through out the xml document. eg: <data><id><id><name>a</name><addr>aaa</addr><phnumb>3456</phnumb><state>ca</state><city>ny</city></data>... (6 Replies)
Discussion started by: Sgiri1
6 Replies

6. Shell Programming and Scripting

parsing config file to create new config files

Hi, I want to use a config file as the base file and parse over the values of country and city parameters in the config file and generate separate config files as explained below. I will be using the config file as mentioned below: (config.txt) country:a,b city:1,2 type:b1... (1 Reply)
Discussion started by: clazzic
1 Replies

7. Shell Programming and Scripting

Shell script that will compare two config files and produce 2 outputs 1)actual config file 2)report

Hi I am new to shell scripting. There is a requirement to write a shell script to meet follwing needs.Prompt reply shall be highly appreciated. script that will compare two config files and produce 2 outputs - actual config file and a report indicating changes made. OS :Susi linux ver 10.3. ... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

8. Shell Programming and Scripting

Character generation

I need a (bash) script to echo to the screen all possible 4 character hex combinations of: A-F, 0-9. I beleive there are 65,535 approx combos. Output something like this: 0001 0002 0003 0004 0005 0006 0007 0008 0009 000A ... ... FFFE FFFF (6 Replies)
Discussion started by: ajp7701
6 Replies

9. Red Hat

Apache virtual host config vs global config problem

Hi folks, I am trying to configure Apache webserver and also a virtual host inside this webserver. For Global server config: /var/www/html/index.html For virtual host config: /var/www/virtual/index.html Both client10 & www10 are pointing to 192.168.122.10 IP address. BUT, MY... (1 Reply)
Discussion started by: freebird8z
1 Replies

10. Windows & DOS: Issues & Discussions

(VS 2008) New build config looking files from other folder build config

Hi Team, My new build configuration always looking for the files from the build where i copied from. please help me to resolve this. I am using Visual studio 2008.It has Qt 4.8. plugins,qml,C++ development I created new debug_new build configuration with additional preprocessor from the... (1 Reply)
Discussion started by: SA_Palani
1 Replies
Munin::Node::Config(3pm)				User Contributed Perl Documentation				  Munin::Node::Config(3pm)

NAME
Munin::Node::Config - Singleton node configuration container. Reads configuration files. SYNOPSIS
$config = Munin::Node::Config->instance(); $config->parse_config_from_file('/etc/munin/munin-node.conf'); print $config->{fqdn}, " "; METHODS
instance $config = Munin::Node::Config->instance(); Returns the singleton instance of this class. reinitialize $config->reinitialize(); Deletes all configuration variables $config->reinitialize(\%variables); Deletes all configuration variables and reinitalizes the object with values from \%variables. parse_config_from_file $config->parse_config_from_file($filename); Parses the munin node configuration from a file. Dies if the file fails the paranoia checks. parse_config $config->parse_config($io_handle); Parses the munin node configuration from a filehandle. process_plugin_configuration_files $config->process_plugin_configuration_files(); Parses all unignored files in the plugin configuration folder. parse_plugin_config_file $config->parse_plugin_config_file($file); Parses the plugin configuration in $file. parse_plugin_config $config->parse_plugin_config($io_handle); Parses the plugin configuration from an IO::Handle. apply_wildcards $config->apply_wildcards(); Applies the contents of any wildcard plugin configuration sections to matching plugins. See http://munin-monitoring.org/wiki/Priority_and_inheritance <http://munin-monitoring.org/wiki/Priority_and_inheritance> perl v5.14.2 2013-11-12 Munin::Node::Config(3pm)
All times are GMT -4. The time now is 04:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy