Search found 6 matches

by rupesh_arora_tmna
Thu May 13, 2021 3:18 pm
Forum: Nagios XI
Topic: How to pass flapping information macro to event handler?
Replies: 5
Views: 1033

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...
by rupesh_arora_tmna
Mon May 10, 2021 4:08 pm
Forum: Nagios XI
Topic: How to pass flapping information macro to event handler?
Replies: 5
Views: 1033

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...
by rupesh_arora_tmna
Tue Apr 06, 2021 8:54 am
Forum: Nagios XI
Topic: Nagios XI unable to create scheduled local auto backup.
Replies: 3
Views: 158

Re: Nagios XI unable to create scheduled local auto backup.

Here is the output.

Code: Select all

ls -ld /store
drwxr-xr-x. 3 root root 20 Feb 12  2016 /store
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?
by rupesh_arora_tmna
Mon Mar 22, 2021 2:34 pm
Forum: Nagios XI
Topic: Nagios XI unable to create scheduled local auto backup.
Replies: 3
Views: 158

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...
by rupesh_arora_tmna
Fri Mar 12, 2021 10:34 am
Forum: Nagios Fusion
Topic: You have exceeded the maximum allowed activations for key
Replies: 1
Views: 991

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...