The line
$contactgroups = ($nagios->GetContactContactgroups('nagios'));
Should be
$contactgroups = ($nagios->GetContactContactgroups($nagios));
Thanks, Evren
Logged In: YES user_id=1484352
Sorry, it seems like the real problem is
-> Error: Invalid hostgroup object directive 'contact_groups'.
But $hgroupparms['contact_groups']); is in function GetContactgroupHostgroups($cgroupname)
Logged In: YES
user_id=1484352
Sorry, it seems like the real problem is
-> Error: Invalid hostgroup object directive 'contact_groups'.
But $hgroupparms['contact_groups']); is in function
GetContactgroupHostgroups($cgroupname)
Thanks,
Evren