Skip to content

rwellens/nagios-cfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$converter = new \NagiosCfg\Converter();
$file = 'tests/_data/cfg/test_nagios2.cfg';

$array = $converter->cfgFileToArray($file);

$cfgString = $converter->arrayToCfgString($array);