Search found 6 matches
- Mon May 31, 2021 8:00 am
- Forum: Nagios XI
- Topic: How to pass flapping information macro to event handler?
- Replies: 5
- Views: 1528
Re: How to pass flapping information macro to event handler?
Yes you may close this post.
- Thu May 13, 2021 3:18 pm
- Forum: Nagios XI
- Topic: How to pass flapping information macro to event handler?
- Replies: 5
- Views: 1528
Re: How to pass flapping information macro to event handler?
Well, I wrote code for that. $req = array("name" => $meta['service'], "host_name" => $meta['host']); $obj = simplexml_load_string(get_service_status_xml_output($req)); $is_flapping = intval($obj ->hoststatus ->is_flapping); FYI meta is an array in which lots of information were p...
- Mon May 10, 2021 4:08 pm
- Forum: Nagios XI
- Topic: How to pass flapping information macro to event handler?
- Replies: 5
- Views: 1528
How to pass flapping information macro to event handler?
I'm looking for same macro as $NOTIFICATIONTYPE$ which tell during notification that type of notification that is being sent ("PROBLEM", "RECOVERY", "ACKNOWLEDGEMENT", "FLAPPINGSTART", "FLAPPINGSTOP", "FLAPPINGDISABLED", "DOWNTIMESTART...
- Tue Apr 06, 2021 8:54 am
- Forum: Nagios XI
- Topic: Nagios XI unable to create scheduled local auto backup.
- Replies: 3
- Views: 328
Re: Nagios XI unable to create scheduled local auto backup.
Here is the output.
FYI in my newer version of Nagios it's able to do, with same permission.
Also tried change 0777 with owner nagios recursively over whole directory still not working.
But working with /tmp directory.
Any suggestions?
Code: Select all
ls -ld /store
drwxr-xr-x. 3 root root 20 Feb 12 2016 /store
Also tried change 0777 with owner nagios recursively over whole directory still not working.
But working with /tmp directory.
Any suggestions?
- Mon Mar 22, 2021 2:34 pm
- Forum: Nagios XI
- Topic: Nagios XI unable to create scheduled local auto backup.
- Replies: 3
- Views: 328
Nagios XI unable to create scheduled local auto backup.
Nagios XI unable to create auto backup "The directory is likely not writeable by user 'nagios' or group 'nagios' - check permissions." ls -ld /store/backups/ drwxrwxr-x. 4 nagios nagios 33 Feb 12 2016 /store/backups/ ls -l /store/backups/ total 0 drwxr-xr-x. 5 root root 45 Mar 22 07:02 mys...
- Fri Mar 12, 2021 10:34 am
- Forum: Nagios Fusion
- Topic: You have exceeded the maximum allowed activations for key
- Replies: 1
- Views: 2312
You have exceeded the maximum allowed activations for key
We have Nagios fusion in our environment but it's off-line. So we have to go to https://www.nagios.com/activate/?submitted=true , to activate our license to get a activation key. But after filling out the form, we're getting an error message Max activations exceeded - You have exceeded the maximum a...