Search found 239 matches

by kg2857
Tue Feb 20, 2024 5:37 am
Forum: Nagios XI
Topic: Nagios XI Process State not Running
Replies: 10
Views: 624

Re: Nagios XI Process State not Running

Restart the server.
systemctl restart nagios
Read the output.
by kg2857
Thu Feb 08, 2024 3:23 am
Forum: Nagios XI
Topic: shutdown VM Nagiosxi server steps
Replies: 6
Views: 471

Re: shutdown VM Nagiosxi server steps

shutdown -r now to restart
shutdown -h now to halt

This is basic linux.
by kg2857
Fri Feb 02, 2024 3:21 am
Forum: Nagios XI
Topic: No space left on device
Replies: 66
Views: 6767

Re: No space left on device

Have you considered searching the internet on nagfluxperfdata?
by kg2857
Thu Feb 01, 2024 4:44 am
Forum: Nagios XI
Topic: Manage other user dashboard
Replies: 5
Views: 443

Re: Manage other user dashboard

Nagiosadmin can manage any dashboard.
by kg2857
Thu Feb 01, 2024 3:13 am
Forum: Nagios XI
Topic: NSClient - ERROR:Invalid password
Replies: 6
Views: 336

Re: NSClient - ERROR:Invalid password

The command has the macro (think variable) $USERx$ that's defined in the resources.cfg file.
The command provides a bit of abstraction/security between allowing a service running actual shell commands vs nagios commands. It's a bit confusing at first I know.
by kg2857
Thu Feb 01, 2024 2:40 am
Forum: Nagios XI
Topic: NSClient - ERROR:Invalid password
Replies: 6
Views: 336

Re: NSClient - ERROR:Invalid password

Probably a better way is to do things as NXI is set up as I explained above.
by kg2857
Thu Feb 01, 2024 1:45 am
Forum: Nagios XI
Topic: NSClient - ERROR:Invalid password
Replies: 6
Views: 336

Re: NSClient - ERROR:Invalid password

The nsclient password in XI is typically defined in resources.cfg. It needs to match the password probably defined in nsclient.ini if I recall.
by kg2857
Thu Jan 18, 2024 5:12 am
Forum: Nagios XI
Topic: No space left on device
Replies: 66
Views: 6767

Re: No space left on device

If you can't be root you need to turn this over to someone who can be root. Otherwise this is pointless.
This is basic linux administration.
When someone with root access and admin experience can respond a meaningful reply might be forthcoming.
by kg2857
Thu Jan 18, 2024 4:09 am
Forum: Nagios XI
Topic: No space left on device
Replies: 66
Views: 6767

Re: No space left on device

The root user is the root user. It's called root.
whoami
by kg2857
Thu Jan 18, 2024 3:31 am
Forum: Nagios XI
Topic: No space left on device
Replies: 66
Views: 6767

Re: No space left on device

Are you the root user?
cd /tmp
du -sk ./* | sort -rn