|
Mon::Protocol - Methods for parsing / dumping a protocol block |
Mon::Protocol - Methods for parsing / dumping a protocol block
use Mon::Protocol;
$c = new Mon::Protocol;
parse_data.
parse_datatype(new_type)In the future, it is possible that this module will perform additional checking based on the type, for now it is left to the application to interpret this.
get_section_listget_section(section_name)delete_section(section_name)add_to_section(section_name,$hash_ref)
$foo->add_to_section("_hostgroup", { "ns1.baz.com" -> "ok" });
delete_from_section(section_name,$key)
$foo->delete_from_section("_hostgroup", "ns1.baz.com");
error|
Mon::Protocol - Methods for parsing / dumping a protocol block |