-
Removing a host suggests removing associated services by default however those services can be associated with a number of other hosts at the same time and there is only way to check is opening the se…
giner updated
10 years ago
-
I've had an issue since doing an update from the git version the other day, where going to the configuration page just hangs entirely.
The git details I'm on are as follows:
```
root@nagios:/opt/ada…
-
Hey first time posting I currently installed Adagios over my Nagios client and everything seemed to work fine, one of the main reasons I wanted to use Adagios was its convenience on adding new host so…
-
Perhaps I am going about adding a service to a hostgroup wrong, but I'm having issues with what appears to be a GUI/config generation issue.
Editing my service on a page labeled "service System Statu…
-
I'm trying to get all services for a contactgroup using either `contactgroup.get_effective_services()` or looping through all services and using `service.get_effective_contactgroups()`.
Both methods …
-
In Parsers.**init**.py, get_log_entries() should apparently return entries sorted in ascending order, but it messes up when including log archives, as they are retrieved by get_logfiles() which return…
-
/usr/lib64/nagios/plugins/check_updates (latest pynag and check_updates from the RHEL repo)
Thresholding on a metric that doesn't exist causes the status to be unknown. Example:
```
check_updates --t…
-
I was looking at adding tests for the Model class and I found something strange.
https://github.com/pynag/pynag/blob/master/pynag/Model/__init__.py#L340-L341
Does this add the parent hostgroup to al…
-
I first noticed this issue in Thruk but have reproduced it with "pynag livestatus".
When listing all hosts they are returned sorted alphabetically. If an output limit is used the behaviour stays the …
-
save service issues:
```
def update_service(self,sid,serv_desc,check_command,sync=True,**kwargs):
service = self.get_service(sid)
if not service:
return Result(1,"serv…