z

Commercial Support Clients: Clients with support contracts can get escalated support assistance by visiting Nagios Answer Hub. These forums are for community support services. Although we at Nagios try our best to help out on the forums here, we always give priority support to our support clients.

create new servicegroup and user for login to nagios core

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.

create new servicegroup and user for login to nagios core

Postby baber » Thu Apr 14, 2022 4:09 am

I want to create new servicegroup . currently I have two service group :

define servicegroup {
servicegroup_name TT
alias TT Group
}

define servicegroup {
servicegroup_name SS
alias SS Group
}


I add follow :

define servicegroup {
servicegroup_name GG
alias GG Group
}

now my current .cfg file is such as follow that assigned to TT group

define service{
use local-service
host_name mob
service_description Mob port
servicegroups TT
check_command check_nrpe!check_port!
}

1- Do I have to change it as follow if want also GG group can show it ?

define service{
use local-service
host_name mob
service_description Mob port
servicegroups TT
servicegroups GG
check_command check_nrpe!check_port!
}

2- How can create a user on nagios that can see follow service ?
define service{
use local-service
host_name mob
service_description Mob port
servicegroups TT
servicegroups GG
check_command check_nrpe!check_port!
}
baber
 
Posts: 295
Joined: Wed Oct 21, 2015 4:39 am

Return to Open Source Nagios Projects

Who is online

Users browsing this forum: No registered users and 5 guests